NetBSD/sys/dev/bluetooth/files.bluetooth

13 lines
312 B
Plaintext

# $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
file dev/bluetooth/bthci_util.c bthcidrv