#ifndef __LUNAIX_TYPES_H
#define __LUNAIX_TYPES_H
+#include <lunaix/compiler.h>
#include <stdarg.h>
#include <stddef.h>
#include <usr/lunaix/types.h>
typedef unsigned long size_t;
typedef unsigned long off_t;
+typedef unsigned int cpu_t;
+
typedef u64_t lba_t;
#endif /* __LUNAIX_TYPES_H */