summaryrefslogtreecommitdiffstats
path: root/btif/include/btif_pan.h
diff options
context:
space:
mode:
authorAndre Eisenbach <andre@broadcom.com>2012-09-18 01:35:44 -0700
committerMatthew Xie <mattx@google.com>2012-09-18 10:06:32 -0700
commitcc914cffd521b2e6e1be804c82aea2388b843ebf (patch)
treea4859572083eb29c931cc5066645f9c0a2929d71 /btif/include/btif_pan.h
parent6ed67e2ac54c83d18701d2b4ee1b9d729e99a38c (diff)
downloadexternal_bluetooth_bluedroid-cc914cffd521b2e6e1be804c82aea2388b843ebf.zip
external_bluetooth_bluedroid-cc914cffd521b2e6e1be804c82aea2388b843ebf.tar.gz
external_bluetooth_bluedroid-cc914cffd521b2e6e1be804c82aea2388b843ebf.tar.bz2
Header file and whitespace cleanups
Also fixed file permission to remove executable bit from source files. Change-Id: I6954c2d16190bc35b1b0d38386543253696b1112
Diffstat (limited to 'btif/include/btif_pan.h')
-rw-r--r--btif/include/btif_pan.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/btif/include/btif_pan.h b/btif/include/btif_pan.h
index 47635d7..15d8783 100644
--- a/btif/include/btif_pan.h
+++ b/btif/include/btif_pan.h
@@ -45,20 +45,21 @@
*
************************************************************************************/
-
-/************************************************************************************
+/*******************************************************************************
*
* Filename: btif_pan.h
*
* Description: Bluetooth pan Interface
*
- *
- ***********************************************************************************/
+ *******************************************************************************/
+
+#ifndef BTIF_PAN_H
+#define BTIF_PAN_H
-#ifndef btif_pan_h_
-#define btif_pan_h_
#include <hardware/bt_pan.h>
+
btpan_interface_t *btif_pan_interface();
void btif_pan_init();
void btif_pan_cleanup();
+
#endif