http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[ioapi] Formalise the I/O API as used in i386-pcbios
[people/mcb30/gpxe.git]
/
src
/
config
/
ioapi.h
1
#ifndef CONFIG_IOAPI_H
2
#define CONFIG_IOAPI_H
3
4
/** @file
5
*
6
* I/O API configuration
7
*
8
*/
9
10
#include <config/defaults.h>
11
12
#endif /* CONFIG_IOAPI_H */