opnsense-src/sys/netgraph/bluetooth
Poul-Henning Kamp f3732fd15b Second half of the dev_t cleanup.
The big lines are:
	NODEV -> NULL
	NOUDEV -> NODEV
	udev_t -> dev_t
	udev2dev() -> findcdev()

Various minor adjustments including handling of userland access to kernel
space struct cdev etc.
2004-06-17 17:16:53 +00:00
..
common add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
drivers Second half of the dev_t cleanup. 2004-06-17 17:16:53 +00:00
hci Switch to using C99 sparse initialisers for the type methods array. 2004-05-29 00:51:19 +00:00
include Mode few Bluetooth defines into system include files 2004-05-10 02:24:56 +00:00
l2cap Switch to using C99 sparse initialisers for the type methods array. 2004-05-29 00:51:19 +00:00
socket The socket field so_state is used to hold a variety of socket related 2004-06-14 18:16:22 +00:00