12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef ZEPHYR_INCLUDE_MGMT_SMP_UDP_H_
- #define ZEPHYR_INCLUDE_MGMT_SMP_UDP_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- int smp_udp_open(void);
- int smp_udp_close(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|