1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-10 15:36:37 -05:00

Rename file "arch/io.h" to "arch/asm.h"

This commit is contained in:
Braiden Vasco 2017-11-02 12:10:11 +00:00
parent 84c7489316
commit af087911a5

View file

@ -1,5 +1,5 @@
#ifndef KERNELMQ_INCLUDED_IO
#define KERNELMQ_INCLUDED_IO 1
#ifndef KERNELMQ_INCLUDED_ASM
#define KERNELMQ_INCLUDED_ASM 1
inline static unsigned char inb(unsigned short port);
inline static unsigned short inw(unsigned short port);