mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-07 08:13:24 +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
|