From 1917eef0c2a32ed759f024e5bfdde43f7c36ddff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 12:58:40 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20d=C3=A9claration=20de=20fonctions=20aya?= =?UTF-8?q?nt=20rapport=20avec=20la=20gestion=20des=20I/O?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/port.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/port.h diff --git a/include/port.h b/include/port.h new file mode 100644 index 0000000..90e86d2 --- /dev/null +++ b/include/port.h @@ -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); \ No newline at end of file