2000-12-06 Joel Sherrill <joel@OARcorp.com>

* displayCpu.c: Added include of <rtems.h> to eliminate warnings.
This commit is contained in:
Joel Sherrill
2000-12-06 15:46:15 +00:00
parent 922a7236f0
commit f4b46c6cda
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* displayCpu.c: Added include of <rtems.h> to eliminate warnings.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -20,6 +20,7 @@
#include <string.h> #include <string.h>
#include <libcpu/cpuModel.h> #include <libcpu/cpuModel.h>
#include <bspIo.h> #include <bspIo.h>
#include <rtems.h>
unsigned char Cx86_step = 0; unsigned char Cx86_step = 0;
static const char *Cx86_type[] = { static const char *Cx86_type[] = {