xref: /netbsd-src/sys/dev/bluetooth/files.bluetooth (revision 81e0d2b0af8485d94ed5da487d4253841a2e6e45)
1#	$NetBSD: files.bluetooth,v 1.4 2004/06/22 10:37:00 soren 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	btbus
11file	dev/bluetooth/bthci.c		bthcidrv		needs-flag
12file	dev/bluetooth/bthci_util.c	bthcidrv
13