mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
13 lines
151 B
C
13 lines
151 B
C
|
|
#ifndef CONFIG_IOAPI_H
|
||
|
|
#define CONFIG_IOAPI_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* I/O API configuration
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <config/defaults.h>
|
||
|
|
|
||
|
|
#endif /* CONFIG_IOAPI_H */
|