* Moved phys_addr_t definition to SupportDefs.h.
* Added phys_size_t. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36934 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -56,6 +56,9 @@ typedef int64 nanotime_t;
|
||||
typedef uint32 type_code;
|
||||
typedef uint32 perform_code;
|
||||
|
||||
typedef __haiku_phys_addr_t phys_addr_t;
|
||||
typedef phys_addr_t phys_size_t;
|
||||
|
||||
|
||||
/* printf()/scanf() format strings for [u]int* types */
|
||||
#define B_PRId8 "d"
|
||||
|
||||
Reference in New Issue
Block a user