summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/files.bluetooth
blob: 95b25027157c6446464febb734eb8b086717095e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$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