Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ns_event_loop.h Source File

ns_event_loop.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited, All Rights Reserved
00003  */
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 void ns_event_loop_thread_create(void);
00010 void ns_event_loop_thread_start(void);
00011 
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015