mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +03:00
11 lines
127 B
C
11 lines
127 B
C
|
|
#ifndef _BITS_IO_H
|
||
|
|
#define _BITS_IO_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* x86_64-specific I/O API implementations
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#endif /* _BITS_IO_H */
|