7 lines
146 B
C
7 lines
146 B
C
|
#ifndef _RSP_LLE_H
|
||
|
#define _RSP_LLE_H
|
||
|
int32_t init_rsp_lle(usf_state_t * state);
|
||
|
void real_run_rsp(usf_state_t * state, uint32_t cycles);
|
||
|
#endif
|
||
|
|