fix prototypes

This commit is contained in:
Thomas Doerfler
2010-03-27 20:47:39 +00:00
parent dccbb21036
commit 86939c9491
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>
* shared/startup/bspstart.c, shared/startup/pgtbl_setup.c: fix
prototypes
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* aclocal.m4: add "gwlcfm" bsp

View File

@@ -41,7 +41,7 @@ extern unsigned long __rtems_end[];
extern void L1_caches_enables(void);
extern unsigned get_L2CR(void);
extern void set_L2CR(unsigned);
extern Triv121PgTbl BSP_pgtbl_setup(unsigned long);
extern Triv121PgTbl BSP_pgtbl_setup(unsigned int *);
extern void BSP_pgtbl_activate(Triv121PgTbl);
extern void BSP_vme_config(void);