New repo setup
This commit is contained in:
6
include/types/physaddr.h
Normal file
6
include/types/physaddr.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef KERNEL_PHYSADDR_H
|
||||
#define KERNEL_PHYSADDR_H
|
||||
|
||||
typedef unsigned long physaddr_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user