bsp/leon3: Declare amba_initialize()

This commit is contained in:
Sebastian Huber
2014-02-14 10:27:04 +01:00
parent e644155afa
commit 88ef740ea8
2 changed files with 2 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ extern "C" {
/* The AMBA Plug&Play info of the bus that the LEON3 sits on */
extern struct ambapp_bus ambapp_plb;
void amba_initialize(void);
#ifdef __cplusplus
}
#endif

View File

@@ -29,8 +29,6 @@ int CPU_SPARC_HAS_SNOOPING;
/* Index of CPU, in an AMP system CPU-index may be non-zero */
uint32_t LEON3_Cpu_Index = 0;
extern void amba_initialize(void);
/*
* set_snooping
*