feat: added ability to identify process vm regions
[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 */