diff options
Diffstat (limited to 'src/arch/x86_64/include/bits/io.h')
-rw-r--r-- | src/arch/x86_64/include/bits/io.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/arch/x86_64/include/bits/io.h b/src/arch/x86_64/include/bits/io.h new file mode 100644 index 00000000..921fdcc0 --- /dev/null +++ b/src/arch/x86_64/include/bits/io.h @@ -0,0 +1,10 @@ +#ifndef _BITS_IO_H +#define _BITS_IO_H + +/** @file + * + * x86_64-specific I/O API implementations + * + */ + +#endif /* _BITS_IO_H */ |