kernel: add filesystem model definitions

This commit is contained in:
2023-06-25 11:03:44 +01:00
parent 31a4e00fdc
commit 65db7cfbda
2 changed files with 73 additions and 0 deletions

View File

@@ -8,4 +8,6 @@
typedef uintptr_t phys_addr_t;
typedef uint64_t cycles_t;
typedef unsigned int umode_t;
#endif