2004-06-22 14:37:00 +04:00
|
|
|
# $NetBSD: files.bluetooth,v 1.4 2004/06/22 10:37:00 soren 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
|
|
|
|
2004-06-22 14:37:00 +04:00
|
|
|
file dev/bluetooth/bluetooth.c btbus
|
2002-10-11 02:07:44 +04:00
|
|
|
file dev/bluetooth/bthci.c bthcidrv needs-flag
|
2003-01-11 08:46:11 +03:00
|
|
|
file dev/bluetooth/bthci_util.c bthcidrv
|