From 769af4c9efc473ec53f893e8215ae53718d9b6d4 Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 22 Mar 2006 09:51:27 +0000 Subject: [PATCH] Wrap C++ stuff. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@585 38d2e660-2303-0410-9eaa-f027e97ec537 --- hw/hw_kbd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/hw_kbd.h b/hw/hw_kbd.h index f73c7c2e..c4f684b8 100755 --- a/hw/hw_kbd.h +++ b/hw/hw_kbd.h @@ -16,6 +16,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2006/03/22 09:51:27 bernie + *#* Wrap C++ stuff. + *#* *#* Revision 1.2 2006/02/15 09:13:42 bernie *#* Add keyboard emulator. *#* @@ -36,7 +39,7 @@ do { \ } while (0) -extern "C" int emul_kbdReadCols(void); +EXTERN_C int emul_kbdReadCols(void); /** * Read the keyboard ports and return the mask of -- 2.25.1