xref: /netbsd-src/sys/dev/bluetooth/files.bluetooth (revision aaf4ece63a859a04e37cf3a7229b5fab0157cc06)
1#	$NetBSD: files.bluetooth,v 1.5 2005/12/11 12:21:15 christos Exp $
2
3define	btbus { }
4
5# Bluetooth host controller driver
6define	bthcidrv
7device	bthci { }: bthcidrv
8attach	bthci at btbus
9
10file	dev/bluetooth/bluetooth.c	btbus
11file	dev/bluetooth/bthci.c		bthcidrv		needs-flag
12file	dev/bluetooth/bthci_util.c	bthcidrv
13