mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
47b43a1f41
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
10 lines
322 B
C
10 lines
322 B
C
#ifndef __MICROBLAZE_BOOT__
|
|
#define __MICROBLAZE_BOOT__
|
|
|
|
#include "hw/hw.h"
|
|
|
|
void microblaze_load_kernel(MicroBlazeCPU *cpu, hwaddr ddr_base,
|
|
uint32_t ramsize, const char *dtb_filename,
|
|
void (*machine_cpu_reset)(MicroBlazeCPU *));
|
|
|
|
#endif /* __MICROBLAZE_BOOT __ */
|