renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / types.h
1 #ifndef _LUNAIX_UHDR_SYS_TYPES_H
2 #define _LUNAIX_UHDR_SYS_TYPES_H
3
4 typedef int             __lunaix_pid_t;
5 typedef int             __lunaix_tid_t;
6 typedef int             __lunaix_uid_t;
7 typedef int             __lunaix_gid_t;
8 typedef unsigned long   __lunaix_size_t;
9 typedef signed long     __lunaix_ssize_t;
10 typedef unsigned int    __lunaix_ino_t;
11
12 typedef struct
13 {
14     unsigned int meta;
15     unsigned int unique;
16     unsigned int index;
17 } __lunaix_dev_t;
18
19 #endif /* _LUNAIX_UHDR_TYPES_H */