ApertureOS
msg_manager.h
Go to the documentation of this file.
1 #ifndef _MESSAGE_MANAGER_H_
2 #define _MESSAGE_MANAGER_H_
3 
4 #include "types.h"
5 #include "../system_manager/system_manager.h"
6 #include "msg_types.h"
7 
8 uint32_t MessageMan_Initialize();
9 void MessageMan_Add(Message *err);
10 
11 #endif /* end of include guard: _MESSAGE_MANAGER_H_ */
void MessageMan_Add(Message *err)
Definition: msg_manager.c:6
Definition: msg_types.h:29
uint32_t MessageMan_Initialize()