NetBSD/sys/dev/bluetooth/files.bluetooth

13 lines
317 B
Plaintext
Raw Normal View History

2003-01-11 08:46:11 +03:00
# $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
2003-01-11 08:46:11 +03:00
file dev/bluetooth/bthci_util.c bthcidrv