dev: implement block device registration

This commit is contained in:
2023-07-08 15:55:43 +01:00
parent ce40a4f57d
commit d9b9c0d4e7
4 changed files with 58 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
typedef uintptr_t phys_addr_t;
typedef uint64_t cycles_t;
typedef uint64_t sectors_t;
typedef unsigned int umode_t;