8 lines
191 B
C
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 */
|