* 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:
Ingo Weinhold
2010-05-25 11:18:38 +00:00
parent 3e711c79d8
commit ea021b94d8
6 changed files with 13 additions and 3 deletions
+3
View File
@@ -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"