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