qemu-cr16/hw/cr16c/boot.h
Jonas Bewig 005bf105aa
WIP
2025-04-14 09:07:59 +02:00

8 lines
209 B
C

#ifndef HW_CR16C_BOOT_H
#define HW_CR16C_BOOT_H
#include "target/cr16c/cpu.h"
bool cr16c_load_firmware(CR16CCPU *cpu, MachineState *ms, MemoryRegion *mr, const char *firmware);
#endif /* HW_CR16C_BOOT_H */