mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 17:43:21 +00:00
2005-01-04 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c, startup/exit.c: Remove warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-01-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c, startup/exit.c: Remove warnings.
|
||||||
|
|
||||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove build-variant support.
|
* Makefile.am: Remove build-variant support.
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libcsupport.h>
|
#include <rtems/libcsupport.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <mc9328mxl.h>
|
#include <mc9328mxl.h>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|
||||||
int uart_poll_read(int);
|
int uart_poll_read(int);
|
||||||
void BSP_reset();
|
void bsp_reset();
|
||||||
|
|
||||||
void bsp_cleanup(void)
|
void bsp_cleanup(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user