xref: /netbsd-src/sys/dev/bluetooth/files.bluetooth (revision b75abedac4cde97d49b0cc16fbe175dca459b84d)
1#	$NetBSD: files.bluetooth,v 1.3 2003/01/11 05:46:11 dsainty 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
12file	dev/bluetooth/bthci_util.c	bthcidrv
13