summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/io/bspIo.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 14:41:23 +0000
commit2d7d605fdfde31394a46a9bc57f39f20e2f39334 (patch)
treee3f9b09eab63d5d02f8b04f8b843b7b3b228f96f /c/src/lib/libbsp/i386/shared/io/bspIo.h
parentPatches from Ralf Corsepius <corsepiu@faw.uni-ulm.de> and myself to (diff)
downloadrtems-2d7d605fdfde31394a46a9bc57f39f20e2f39334.tar.bz2
Patch from Aleksey <qqi@world.std.com>:
It fixes netboot build problem, KA9Q configuration for pc386, some compiler wardning, it also removed some stuff ifdef'ed with '#if 0'.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/shared/io/bspIo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/shared/io/bspIo.h b/c/src/lib/libbsp/i386/shared/io/bspIo.h
index 337d46a699..e9dc6f4bfb 100644
--- a/c/src/lib/libbsp/i386/shared/io/bspIo.h
+++ b/c/src/lib/libbsp/i386/shared/io/bspIo.h
@@ -22,11 +22,11 @@
* functionnality described after the next command.
*/
typedef void (*BSP_output_char_function_type) (char c);
-typedef char (*BSP_polling_getchar_function_type) (char c);
+typedef char (*BSP_polling_getchar_function_type) (void);
extern BSP_output_char_function_type BSP_output_char;
extern BSP_polling_getchar_function_type BSP_poll_char;
-extern void BSP_emergency_output_init();
+extern void BSP_emergency_output_init(void);
/*
* All the function declared as extern after this comment
* are available for each ix86 BSP by compiling and linking