mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-28 12:25:27 +01:00
10 lines
119 B
C
10 lines
119 B
C
|
#ifndef FLASHRAM_H__
|
||
|
#define FLASHRAM_H__
|
||
|
|
||
|
|
||
|
void flashram_init (void);
|
||
|
void process_flashram (void);
|
||
|
|
||
|
|
||
|
#endif
|