Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-17064-1466468
OSKernel2023-九转车轮队-3551
Commits
2df4116e
Commit
2df4116e
authored
2 years ago
by
SSR
Browse files
Options
Download
Patches
Plain Diff
types.h
parent
c5c65226
master
merge_all
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kernel/include/types.h
+11
-0
kernel/include/types.h
with
11 additions
and
0 deletions
+11
-0
kernel/include/types.h
+
11
−
0
View file @
2df4116e
...
...
@@ -12,9 +12,20 @@ typedef unsigned int uint32;
typedef
unsigned
long
uint64
;
typedef
long
int64
;
typedef
unsigned
long
uintptr_t
;
typedef
uint64
pde_t
;
typedef
uint64
pid_t
;
typedef
unsigned
int
mode_t
;
typedef
uint32
uid_t
;
typedef
uint32
gid_t
;
typedef
unsigned
int
size_t
;
typedef
uint32
dev_t
;
typedef
uint64
ino_t
;
typedef
uint32
nlink_t
;
typedef
uint32
off_t
;
typedef
uint32
blkcnt_t
;
typedef
struct
{
uint64
sec
;
// 自 Unix 纪元起的秒数
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets