Added the addr_t typedef (should replace the commonly used addr type some day).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5068 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
14d9cc14d9
commit
78a4f584f5
@ -14,6 +14,7 @@ extern "C" {
|
||||
typedef int32 region_id;
|
||||
typedef int32 aspace_id;
|
||||
typedef uint32 addr;
|
||||
typedef uint32 addr_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user