forked from Imagelibrary/rtems
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* console.c: Include <rtems/error.h> for rtems_panic().
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* console.c: Include <rtems/error.h> for rtems_panic().
|
||||||
|
|
||||||
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* console.c: RTEMS_DEBUG is a define, not a variable.
|
* console.c: RTEMS_DEBUG is a define, not a variable.
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
|
||||||
#include <rtems/termiostypes.h>
|
#include <rtems/termiostypes.h>
|
||||||
|
#include <rtems/error.h> /* rtems_panic */
|
||||||
#include <libchip/serial.h>
|
#include <libchip/serial.h>
|
||||||
#include "console_private.h"
|
#include "console_private.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user