mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-08 08:15:27 +00:00
b23e786779
Backports dc4d4aaee31cd3ac4020d3b15729f0a104ce8862
7 lines
152 B
C
7 lines
152 B
C
#ifndef HW_RISCV_SPIKE_H
|
|
#define HW_RISCV_SPIKE_H
|
|
|
|
void spike_v1_10_0_machine_init_register_types(struct uc_struct *uc);
|
|
|
|
#endif /* HW_RISCV_SPIKE_H */
|