http://git.etherboot.org
/
people
/
asdlkf
/
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/asdlkf/gpxe.git]
/
src
/
arch
/
i386
/
include
/
bits
/
io.h
1
#ifndef _BITS_IO_H
2
#define _BITS_IO_H
3
4
/** @file
5
*
6
* i386-specific I/O API implementations
7
*
8
*/
9
10
#include <gpxe/x86_io.h>
11
12
#endif /* _BITS_IO_H */