forked from Imagelibrary/rtems
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/serial/ns16550_p.h: Remove prototype with no implementation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libchip/serial/ns16550_p.h: Remove prototype with no implementation.
|
||||
|
||||
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libchip/shmdr/dump.c, libchip/shmdr/init.c, libchip/shmdr/send.c,
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
#include <bsp.h>
|
||||
#include <bsp/bootcard.h>
|
||||
|
||||
/* Tells us where to put the workspace in case remote debugger is present. */
|
||||
extern uint32_t rdb_start;
|
||||
|
||||
/*
|
||||
* This method returns the base address and size of the area which
|
||||
* is to be allocated between the RTEMS Workspace and the C Program
|
||||
@@ -27,8 +30,6 @@ void bsp_get_work_area(
|
||||
ssize_t *heap_size
|
||||
)
|
||||
{
|
||||
/* Tells us where to put the workspace in case remote debugger is present. */
|
||||
extern uint32_t rdb_start;
|
||||
/* must be identical to STACK_SIZE in start.S */
|
||||
#define STACK_SIZE (16 * 1024)
|
||||
|
||||
|
||||
@@ -165,8 +165,6 @@ typedef struct _ns16550_context
|
||||
* Driver functions
|
||||
*/
|
||||
|
||||
NS16550_STATIC bool ns16550_probe(int minor);
|
||||
|
||||
NS16550_STATIC void ns16550_init(int minor);
|
||||
|
||||
NS16550_STATIC int ns16550_open(
|
||||
|
||||
Reference in New Issue
Block a user