new: rust下的kdebug kinfo kwarn kBUG kerror宏 (#86)

* new: rust下的kdebug kinfo kwarn kBUG kerror宏
This commit is contained in:
login
2022-11-18 16:32:15 +08:00
committed by GitHub
parent c6174797dc
commit 0bfe94f46b
3 changed files with 50 additions and 11 deletions

View File

@ -12,8 +12,7 @@ typedef uint32_t uid_t;
typedef uint32_t gid_t;
typedef long long ssize_t;
typedef int __pid_t;
#define pid_t __pid_t
typedef int64_t pid_t;
typedef __SIZE_TYPE__ size_t;
typedef char *caddr_t;