Move files to match FreeBSD layout

This commit is contained in:
Sebastian Huber
2013-10-09 22:42:09 +02:00
parent e8b7066dab
commit bceabc95c1
1246 changed files with 0 additions and 0 deletions

View 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_ */