NetBSD/sys/dev/bluetooth/files.bluetooth
2005-12-11 12:16:03 +00:00

13 lines
315 B
Plaintext

# $NetBSD: files.bluetooth,v 1.5 2005/12/11 12:21:15 christos 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
file dev/bluetooth/bthci_util.c bthcidrv