12 lines
381 B
C
12 lines
381 B
C
|
#ifndef MICROBLAZE_BOOT_H
|
||
|
#define MICROBLAZE_BOOT_H
|
||
|
|
||
|
|
||
|
void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base,
|
||
|
uint32_t ramsize,
|
||
|
const char *initrd_filename,
|
||
|
const char *dtb_filename,
|
||
|
void (*machine_cpu_reset)(MicroBlazeCPU *));
|
||
|
|
||
|
#endif /* MICROBLAZE_BOOT_H */
|