mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07:00
13 lines
325 B
C
13 lines
325 B
C
/****************************************************************************
|
|
* SSARAM
|
|
***************************************************************************/
|
|
#ifndef HW_RVL
|
|
#ifndef __SSARAM__
|
|
#define __SSARAM__
|
|
|
|
void ARAMPut(char *src, char *dst, int len);
|
|
void ARAMFetch(char *dst, char *src, int len);
|
|
|
|
#endif
|
|
#endif
|