Initial commit of firmware
This commit is contained in:
12
autogen/sl_event_handler.h
Normal file
12
autogen/sl_event_handler.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef SL_EVENT_HANDLER_H
|
||||
#define SL_EVENT_HANDLER_H
|
||||
|
||||
void sl_platform_init(void);
|
||||
void sl_kernel_start(void);
|
||||
void sl_driver_init(void);
|
||||
void sl_service_init(void);
|
||||
void sl_stack_init(void);
|
||||
void sl_internal_app_init(void);
|
||||
void sl_iostream_init_instances(void);
|
||||
|
||||
#endif // SL_EVENT_HANDLER_H
|
||||
Reference in New Issue
Block a user