1 /* 2 * Copyright 2007 Haiku Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _FBSD_COMPAT_MACHINE_RESOURCE_H_ 6 #define _FBSD_COMPAT_MACHINE_RESOURCE_H_ 7 8 9 #define SYS_RES_IRQ 0x1 10 #define SYS_RES_DRQ 0x2 11 #define SYS_RES_MEMORY 0x3 12 #define SYS_RES_IOPORT 0x4 13 14 #endif 15