mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-14 13:39:14 +01:00
10 lines
119 B
C
10 lines
119 B
C
#ifndef FLASHRAM_H__
|
|
#define FLASHRAM_H__
|
|
|
|
|
|
void flashram_init (void);
|
|
void flashram_process (void);
|
|
|
|
|
|
#endif
|