mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
7 lines
144 B
C
7 lines
144 B
C
#ifndef __FENNIX_KERNEL_STUB_STDINT_H__
|
|
#define __FENNIX_KERNEL_STUB_STDINT_H__
|
|
|
|
#include <types.h>
|
|
|
|
#endif // !__FENNIX_KERNEL_STUB_STDINT_H__
|