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:
Axel Dörfler 2003-10-17 13:49:41 +00:00
parent 14d9cc14d9
commit 78a4f584f5

View File

@ -14,6 +14,7 @@ extern "C" {
typedef int32 region_id;
typedef int32 aspace_id;
typedef uint32 addr;
typedef uint32 addr_t;
#ifdef __cplusplus
}