mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 19:08:21 +08:00
Move files to match FreeBSD layout
This commit is contained in:
10
rtemsbsd/include/machine/resource.h
Normal file
10
rtemsbsd/include/machine/resource.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _MACHINE_RESOURCE_H_
|
||||
#define _MACHINE_RESOURCE_H_ 1
|
||||
|
||||
#define SYS_RES_IRQ 1 /* interrupt lines */
|
||||
#define SYS_RES_DRQ 2 /* isa dma lines */
|
||||
#define SYS_RES_MEMORY 3 /* i/o memory */
|
||||
#define SYS_RES_IOPORT 4 /* i/o ports */
|
||||
#define SYS_RES_GPIO 5 /* general purpose i/o */
|
||||
|
||||
#endif /* !_MACHINE_RESOURCE_H_ */
|
Reference in New Issue
Block a user