mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-06-01 01:07:58 +00:00
7 lines
144 B
C
7 lines
144 B
C
#ifndef __FENNIX_KERNEL_STDDEF_STUB_H__
|
|
#define __FENNIX_KERNEL_STDDEF_STUB_H__
|
|
|
|
#include <types.h>
|
|
|
|
#endif // !__FENNIX_KERNEL_STDDEF_STUB_H__
|