root/src/libs/compat/freebsd_network/compat/machine/resource.h
/*
 * Copyright 2007 Haiku Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _FBSD_COMPAT_MACHINE_RESOURCE_H_
#define _FBSD_COMPAT_MACHINE_RESOURCE_H_


#define SYS_RES_IRQ             0x1
#define SYS_RES_DRQ             0x2
#define SYS_RES_MEMORY  0x3
#define SYS_RES_IOPORT  0x4

#endif