xref: /netbsd-src/sys/dev/bluetooth/files.bluetooth (revision 37b34d511dea595d3ba03a661cf3b775038ea5f8)
1#	$NetBSD: files.bluetooth,v 1.2 2002/10/10 22:07:45 thorpej Exp $
2
3define	btbus { }
4
5# Bluetooth host controller driver
6define	bthcidrv
7device	bthci { }: bthcidrv
8attach	bthci at btbus
9
10file	dev/bluetooth/bluetooth.c	bthcidrv
11file	dev/bluetooth/bthci.c		bthcidrv		needs-flag
12