13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
# $NetBSD: files.bluetooth,v 1.3 2003/01/11 05:46:11 dsainty Exp $
|
|
|
|
define btbus { }
|
|
|
|
# Bluetooth host controller driver
|
|
define bthcidrv
|
|
device bthci { }: bthcidrv
|
|
attach bthci at btbus
|
|
|
|
file dev/bluetooth/bluetooth.c bthcidrv
|
|
file dev/bluetooth/bthci.c bthcidrv needs-flag
|
|
file dev/bluetooth/bthci_util.c bthcidrv
|