correct prototypes

This commit is contained in:
Thomas Doerfler
2010-03-27 21:09:08 +00:00
parent 3e6a73cb56
commit 06d1413032
2 changed files with 5 additions and 1 deletions

View File

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

View File

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