bsp/gen5200: Fix warnings

This commit is contained in:
Sebastian Huber
2014-10-10 09:43:59 +02:00
parent aee5d63d23
commit d7a267b3c4
15 changed files with 67 additions and 58 deletions

View File

@@ -822,6 +822,12 @@ static inline uint32_t ppc_fsl_system_version_mnrev(uint32_t svr)
void ppc_code_copy(void *dest, const void *src, size_t n);
/* FIXME: Do not use this function */
void printBAT(int bat, uint32_t upper, uint32_t lower);
/* FIXME: Do not use this function */
void ShowBATS(void);
#endif /* ifndef ASM */
#if defined(ASM)