add directory Linux-0.98
This commit is contained in:
15
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/const.h
Normal file
15
Linux-0.98/Yggdrasil-0.98.3/usr/include/linux/const.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _LINUX_CONST_H
|
||||
#define _LINUX_CONST_H
|
||||
|
||||
#define BUFFER_END 0x200000
|
||||
|
||||
#define I_TYPE 0170000
|
||||
#define I_DIRECTORY 0040000
|
||||
#define I_REGULAR 0100000
|
||||
#define I_BLOCK_SPECIAL 0060000
|
||||
#define I_CHAR_SPECIAL 0020000
|
||||
#define I_NAMED_PIPE 0010000
|
||||
#define I_SET_UID_BIT 0004000
|
||||
#define I_SET_GID_BIT 0002000
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user