Move SMP and other arch specific stuff into arch specific folders
This commit is contained in:
parent
7706e629c6
commit
2213707c6a
5 changed files with 180 additions and 1 deletions
12
include/io.h
12
include/io.h
|
|
@ -1,12 +0,0 @@
|
|||
#include <stdint.h>
|
||||
|
||||
void outb(uint16_t port, uint8_t val);
|
||||
void outw(uint16_t port, uint16_t val);
|
||||
void outl(uint16_t port, uint32_t val);
|
||||
|
||||
uint8_t inb(uint16_t port);
|
||||
uint16_t inw(uint16_t port);
|
||||
uint32_t inl(uint16_t port);
|
||||
|
||||
void wrmsr(uint64_t msr, uint64_t value);
|
||||
uint64_t rdmsr(uint64_t msr);
|
||||
Loading…
Add table
Add a link
Reference in a new issue