Fixed build under BONE again...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19822 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#define IS_USER_ADDRESS(x) (((uint32)x & 0x80000000) > 0)
|
#define IS_USER_ADDRESS(x) (((uint32)x & 0x80000000) > 0)
|
||||||
#define IS_KERNEL_ADDRESS(x) (((uint32)x & 0x80000000) == 0)
|
#define IS_KERNEL_ADDRESS(x) (((uint32)x & 0x80000000) == 0)
|
||||||
|
|
||||||
#ifdef HAIKU_TARGET_PLATFORM_BEOS
|
#ifndef HAIKU_TARGET_PLATFORM_DANO
|
||||||
enum {
|
enum {
|
||||||
B_DEV_INVALID_PIPE = B_DEV_DOOR_OPEN + 1,
|
B_DEV_INVALID_PIPE = B_DEV_DOOR_OPEN + 1,
|
||||||
B_DEV_CRC_ERROR,
|
B_DEV_CRC_ERROR,
|
||||||
|
|||||||
Reference in New Issue
Block a user