mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Add missing prototypes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Add missing prototypes.
|
||||
|
||||
2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Rework to avoid .rel files.
|
||||
|
||||
@@ -32,7 +32,7 @@ unsigned long free_mem_end;
|
||||
/* Function prototypes */
|
||||
extern void rtems_irq_mngt_init(void);
|
||||
void bsp_libc_init( void *, uint32_t, int );
|
||||
static void fix_mac_addr();
|
||||
static void fix_mac_addr(void);
|
||||
|
||||
/**************************************************************************/
|
||||
/* */
|
||||
@@ -127,7 +127,7 @@ void bsp_start_default( void )
|
||||
* reverse the MAC address. This function tests for that,
|
||||
* and fixes the MAC address.
|
||||
*/
|
||||
static void fix_mac_addr()
|
||||
static void fix_mac_addr(void)
|
||||
{
|
||||
uint8_t addr[6];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user