feat: déclaration de fonctions ayant rapport avec la gestion des I/O
This commit is contained in:
parent
6a28f88e7c
commit
1917eef0c2
8
include/port.h
Normal file
8
include/port.h
Normal file
@ -0,0 +1,8 @@
|
||||
#include "types.h"
|
||||
|
||||
void outreg(u16 port,u8 *src,u16 num);
|
||||
void outregsame(u16 port,u8 *src,u16 num);
|
||||
void inreg(u16 port,u8 *src,u16 num);
|
||||
void inregsame(u16 port,u8 *src,u16 num);
|
||||
void initreg(u16 port,u8 *src,u16 num);
|
||||
void initregsame(u16 port,u8 *src,u16 num);
|
Loading…
x
Reference in New Issue
Block a user