forked from Imagelibrary/rtems
bsp/leon3: Declare amba_initialize()
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user