qemu-cr16/hw/cr16c/boot.h
Jonas Bewig 3fc0f53606
CR16C: Clean up boards
Implement a generic virt board and the basic structure for the Gigaset DE410 board.
2025-08-14 10:39:59 +02:00

8 lines
191 B
C

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