git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ed59da3fde2ae17410006f728d2966347702ea87
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
types.h
1
#ifndef __LUNAIX_TYPES_H
2
#define __LUNAIX_TYPES_H
3
4
#include <stdint.h>
5
6
typedef int32_t pid_t;
7
8
#endif /* __LUNAIX_TYPES_H */