blob: 4cb80ab1a01ee3cd62a310fffeccc0a8f2c4b95d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $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
|