mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 02:37:41 +00:00
add c++ header protection
This commit is contained in:
parent
efc37b8e26
commit
60c1aada61
@ -43,6 +43,10 @@
|
|||||||
#ifndef __BT_CONTROL_CC256X_H
|
#ifndef __BT_CONTROL_CC256X_H
|
||||||
#define __BT_CONTROL_CC256X_H
|
#define __BT_CONTROL_CC256X_H
|
||||||
|
|
||||||
|
#if defined __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "bt_control.h"
|
#include "bt_control.h"
|
||||||
#include "hci_transport.h"
|
#include "hci_transport.h"
|
||||||
@ -54,4 +58,9 @@ void bt_control_cc256x_enable_ehcill(int on);
|
|||||||
int bt_control_cc256x_ehcill_enabled(void);
|
int bt_control_cc256x_ehcill_enabled(void);
|
||||||
|
|
||||||
hci_uart_config_t *hci_uart_config_cc256x_instance(void);
|
hci_uart_config_t *hci_uart_config_cc256x_instance(void);
|
||||||
|
|
||||||
|
#if defined __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // __BT_CONTROL_CC256X_H
|
#endif // __BT_CONTROL_CC256X_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user