diff options
Diffstat (limited to 'btif/include/btif_sock.h')
-rw-r--r-- | btif/include/btif_sock.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/btif/include/btif_sock.h b/btif/include/btif_sock.h index 920efe6..a307255 100644 --- a/btif/include/btif_sock.h +++ b/btif/include/btif_sock.h @@ -45,21 +45,21 @@ * ************************************************************************************/ -/******************************************************************************* + +/************************************************************************************ * * Filename: btif_sock.h * * Description: Bluetooth socket Interface * - *******************************************************************************/ - -#ifndef BTIF_SOCK_H -#define BTIF_SOCK_H + * + ***********************************************************************************/ +#ifndef btif_sock_h_ +#define btif_sock_h_ #include <hardware/bt_sock.h> bt_status_t btif_sock_init(); btsock_interface_t *btif_sock_get_interface(); void btif_sock_cleanup(); - #endif |