2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* libchip/serial/ns16550_p.h: Remove prototype with no implementation.
This commit is contained in:
Joel Sherrill
2008-12-18 21:10:04 +00:00
parent 738ea75250
commit 0f4ad5709f
3 changed files with 7 additions and 4 deletions

View File

@@ -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,

View File

@@ -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)

View File

@@ -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(