2003-01-11 08:46:11 +03:00
|
|
|
# $NetBSD: files.bluetooth,v 1.3 2003/01/11 05:46:11 dsainty Exp $
|
2002-10-11 01:52:28 +04:00
|
|
|
|
|
|
|
define btbus { }
|
|
|
|
|
|
|
|
# Bluetooth host controller driver
|
|
|
|
define bthcidrv
|
|
|
|
device bthci { }: bthcidrv
|
|
|
|
attach bthci at btbus
|
2002-10-11 02:07:44 +04:00
|
|
|
|
|
|
|
file dev/bluetooth/bluetooth.c bthcidrv
|
|
|
|
file dev/bluetooth/bthci.c bthcidrv needs-flag
|
2003-01-11 08:46:11 +03:00
|
|
|
file dev/bluetooth/bthci_util.c bthcidrv
|