mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-12-02 01:54:14 +01:00
15 lines
202 B
C
15 lines
202 B
C
|
#ifndef CIC_H__
|
||
|
#define CIC_H__
|
||
|
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
void cic_reset_parameters (void);
|
||
|
void cic_set_parameters (uint32_t *args);
|
||
|
void cic_hw_init (void);
|
||
|
void cic_task (void);
|
||
|
|
||
|
|
||
|
#endif
|