mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
9 lines
131 B
C
9 lines
131 B
C
#ifndef __FENNIX_KERNEL_SYSTEM_H__
|
|
#define __FENNIX_KERNEL_SYSTEM_H__
|
|
|
|
#include <types.h>
|
|
|
|
|
|
|
|
#endif // !__FENNIX_KERNEL_SYSTEM_H__
|