ApertureOS
managers.h
Go to the documentation of this file.
1 #ifndef _MANAGERS_H_
2 #define _MANAGERS_H_
3 
5 
6 #include "filesystem/filesystem.h" //Filesystem manager
7 #include "keyboard/keyboard.h" //Keyboard Manager
8 #include "interrupt/interrupt_manager.h" //Interrupt Manager
9 #include "threads/threads.h"
10 #include "timer/timer_manager.h" //Timer Manager
11 #include "phys_mem_manager/phys_mem_manager.h" //Physical memory manager
12 #include "virt_mem_manager/virt_mem_manager.h" //Virtual memory manager
13 #include "bootstrap_mem_pool/bootstrap_mem_pool.h" //Bootstrap memory pool
14 #include "msg_manager/msg_manager.h" //System Error Manaager
15 #include "system_manager/system_manager.h" //System Manager
16 
17 
18 #endif /* end of include guard: _MANAGERS_H_ */