From 9d6216ed902b890e7cc63bed7d39c5d545b9876b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:59:52 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Correction=20des=20ports=20entr=C3=A9e-s?= =?UTF-8?q?ortie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/port.h b/include/port.h index 2a2caf0..e81042a 100644 --- a/include/port.h +++ b/include/port.h @@ -3,4 +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); \ No newline at end of file +void inregsame(u16 port,u8 *src,u16 num);