forked from Imagelibrary/rtems
correct prototypes
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/bspstart.c: correct prototype
|
||||
|
||||
2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 1483/cpukit
|
||||
|
||||
@@ -63,7 +63,7 @@ BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
|
||||
extern void _return_to_ppcbug(void);
|
||||
extern unsigned long __rtems_end[];
|
||||
extern unsigned get_L1CR(void), get_L2CR(void), get_L3CR(void);
|
||||
extern Triv121PgTbl BSP_pgtbl_setup(unsigned long);
|
||||
extern Triv121PgTbl BSP_pgtbl_setup(unsigned int *);
|
||||
extern void BSP_pgtbl_activate(Triv121PgTbl);
|
||||
extern int I2Cread_eeprom(unsigned char I2cBusAddr, uint32_t devA2A1A0, uint32_t AddrBytes, unsigned char *pBuff, uint32_t numBytes);
|
||||
extern void BSP_vme_config(void);
|
||||
|
||||
Reference in New Issue
Block a user