NetBSD/sys/dev/bluetooth/files.bluetooth

13 lines
312 B
Plaintext
Raw Normal View History

# $NetBSD: files.bluetooth,v 1.4 2004/06/22 10:37:00 soren Exp $
define btbus { }
# Bluetooth host controller driver
define bthcidrv
device bthci { }: bthcidrv
attach bthci at btbus
file dev/bluetooth/bluetooth.c btbus
file dev/bluetooth/bthci.c bthcidrv needs-flag
2003-01-11 08:46:11 +03:00
file dev/bluetooth/bthci_util.c bthcidrv