2002-11-04 Joel Sherrill <joel@OARcorp.com>

* console/i8042.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-04 14:28:26 +00:00
parent 37a25cf35d
commit ae8c709ea4
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/i8042.c: Removed warnings.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. * .cvsignore: Reformat.

View File

@@ -241,6 +241,8 @@ i8042_inbyte_raw(
return RTEMS_SUCCESSFUL; return RTEMS_SUCCESSFUL;
} }
#if CONSOLE_USE_INTERRUPTS
/* /*
* Send a command to the keyboard controller * Send a command to the keyboard controller
*/ */
@@ -270,6 +272,7 @@ i8042_outbyte_cmd_polled(
} }
return RTEMS_TIMEOUT; return RTEMS_TIMEOUT;
} }
#endif
void EnqueueKbdChar( void EnqueueKbdChar(
int minor, int minor,