2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-15 01:58:22 +00:00
xNBA/src/config/ioapi.h

20 lines
333 B
C
Raw Normal View History

#ifndef CONFIG_IOAPI_H
#define CONFIG_IOAPI_H
/** @file
*
* I/O API configuration
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#include <config/defaults.h>
2008-10-12 12:50:44 +01:00
//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
#include <config/local/ioapi.h>
#endif /* CONFIG_IOAPI_H */