mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-06 22:19:44 +00:00
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 */
|