mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-18 04:56:20 +01:00
13 lines
141 B
C
13 lines
141 B
C
![]() |
#ifndef FLASHRAM_H__
|
||
|
#define FLASHRAM_H__
|
||
|
|
||
|
|
||
|
#include "sys.h"
|
||
|
|
||
|
|
||
|
void flashram_init (void);
|
||
|
void process_flashram (void);
|
||
|
|
||
|
|
||
|
#endif
|