SummerCart64/sw/riscv/src/flashram.h

13 lines
141 B
C

#ifndef FLASHRAM_H__
#define FLASHRAM_H__
#include "sys.h"
void flashram_init (void);
void process_flashram (void);
#endif