2
0

boot.h 302 B

12345678910
  1. #ifndef NIOS2_BOOT_H
  2. #define NIOS2_BOOT_H
  3. #include "cpu.h"
  4. void nios2_load_kernel(Nios2CPU *cpu, hwaddr ddr_base, uint32_t ramsize,
  5. const char *initrd_filename, const char *dtb_filename,
  6. void (*machine_cpu_reset)(Nios2CPU *));
  7. #endif /* NIOS2_BOOT_H */