mbed-os/features/FEATURE_COMMON_PAL/nanostack-hal-mbed-cmsis-rtos/ns_event_loop.h

16 lines
212 B
C

/*
* Copyright (c) 2016 ARM Limited, All Rights Reserved
*/
#ifdef __cplusplus
extern "C" {
#endif
void ns_event_loop_thread_create(void);
void ns_event_loop_thread_start(void);
#ifdef __cplusplus
}
#endif