Home | History | Annotate | Line # | Download | only in bluetooth
files.bluetooth revision 1.3
      1 #	$NetBSD: files.bluetooth,v 1.3 2003/01/11 05:46:11 dsainty Exp $
      2 
      3 define	btbus { }
      4 
      5 # Bluetooth host controller driver
      6 define	bthcidrv
      7 device	bthci { }: bthcidrv
      8 attach	bthci at btbus
      9 
     10 file	dev/bluetooth/bluetooth.c	bthcidrv
     11 file	dev/bluetooth/bthci.c		bthcidrv		needs-flag
     12 file	dev/bluetooth/bthci_util.c	bthcidrv
     13