Fixed build...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17093 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b2b2b75a41
commit
2f09691580
@ -35,6 +35,8 @@ typedef struct vm_page {
|
||||
|
||||
uint32 type : 2;
|
||||
uint32 state : 3;
|
||||
uint32 busy_reading : 1;
|
||||
uint32 busy_writing : 1;
|
||||
} vm_page;
|
||||
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user