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:
parent
84c7489316
commit
af087911a5
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
Loading…
Add table
Reference in a new issue