summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/drivers
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-04-27 16:38:15 +0000
committeremax <emax@FreeBSD.org>2004-04-27 16:38:15 +0000
commit8a65e07a873529e28a39dde6df79059f4befd96d (patch)
tree55d9b893bcd8160df8d483da8e7c72ff49e57811 /sys/netgraph/bluetooth/drivers
parent927d6867f047e5ca2a26e76d448e4f6b998f43ea (diff)
downloadFreeBSD-src-8a65e07a873529e28a39dde6df79059f4befd96d.zip
FreeBSD-src-8a65e07a873529e28a39dde6df79059f4befd96d.tar.gz
Address few style issues pointed out by bde
Reviewed by: bde, ru
Diffstat (limited to 'sys/netgraph/bluetooth/drivers')
-rw-r--r--sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c8
-rw-r--r--sys/netgraph/bluetooth/drivers/h4/ng_h4.c10
-rw-r--r--sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c8
3 files changed, 13 insertions, 13 deletions
diff --git a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
index 674b4a7..656d20c 100644
--- a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
+++ b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
@@ -64,10 +64,10 @@
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
#include <netgraph/ng_parse.h>
-#include <ng_bluetooth.h>
-#include <ng_hci.h>
-#include "ng_bt3c.h"
-#include "ng_bt3c_var.h"
+#include <netgraph/bluetooth/include/ng_bluetooth.h>
+#include <netgraph/bluetooth/include/ng_hci.h>
+#include <netgraph/bluetooth/include/ng_bt3c.h>
+#include <netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h>
/* Netgraph methods */
static ng_constructor_t ng_bt3c_constructor;
diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
index 8ea68ed..41c713e 100644
--- a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
+++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c
@@ -51,11 +51,11 @@
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
#include <netgraph/ng_parse.h>
-#include <ng_bluetooth.h>
-#include <ng_hci.h>
-#include "ng_h4.h"
-#include "ng_h4_var.h"
-#include "ng_h4_prse.h"
+#include <netgraph/bluetooth/include/ng_bluetooth.h>
+#include <netgraph/bluetooth/include/ng_hci.h>
+#include <netgraph/bluetooth/include/ng_h4.h>
+#include <netgraph/bluetooth/drivers/h4/ng_h4_var.h>
+#include <netgraph/bluetooth/drivers/h4/ng_h4_prse.h>
/*****************************************************************************
*****************************************************************************
diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
index 6763980..0f730d0 100644
--- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
+++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
@@ -52,10 +52,10 @@
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
#include <netgraph/ng_parse.h>
-#include <ng_bluetooth.h>
-#include <ng_hci.h>
-#include "ng_ubt.h"
-#include "ng_ubt_var.h"
+#include <netgraph/bluetooth/include/ng_bluetooth.h>
+#include <netgraph/bluetooth/include/ng_hci.h>
+#include <netgraph/bluetooth/include/ng_ubt.h>
+#include <netgraph/bluetooth/drivers/ubt/ng_ubt_var.h>
/*
* USB methods
OpenPOWER on IntegriCloud