forked from Imagelibrary/rtems
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/i8042.c: Removed warnings.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user