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