1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-17 15:41:01 +00:00

13 lines
325 B
C
Raw Normal View History

/****************************************************************************
* 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