From 56609d8e55c72aa6f045e6fa93cf731986c4109e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:12:28 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20usage=20de=20type=20diff=C3=A9rents=20d?= =?UTF-8?q?ans=20la=20syntaxe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/port.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/port.h b/include/port.h index 90e86d2..2a2caf0 100644 --- a/include/port.h +++ b/include/port.h @@ -3,6 +3,4 @@ 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 +void inregsame(u16 port,u8 *src,u16 num); \ No newline at end of file