From 0212a7a9001cc25505e1b7c990dcb62a3614ead7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:15:18 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20les=20d=C3=A9clarations=20de=20fonction?= =?UTF-8?q?s=20li=C3=A9s=20=C3=A0=20l'affichage=20mais=20de=20fa=C3=A7on?= =?UTF-8?q?=20ind=C3=A9pendante=20du=20mat=C3=A9riel=20prendront=20place?= =?UTF-8?q?=20ici?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/video.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/video.h diff --git a/include/video.h b/include/video.h new file mode 100644 index 0000000..c96e3a1 --- /dev/null +++ b/include/video.h @@ -0,0 +1,2 @@ +void showhex(u8 src); +void print(u8* string);