sandbox/linux/defs.h

7 lines
104 B
C

#ifndef __KF_LINUX_DEFS_H__
#define __KF_LINUX_DEFS_H__
#include <stddef.h>
#include <stdint.h>
#endif