mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-27 10:00:24 +00:00
7 lines
82 B
C
7 lines
82 B
C
#ifndef __NGP_RTC_H
|
|
#define __NGP_RTC_H
|
|
|
|
uint8 rtc_read8(uint32 address);
|
|
|
|
#endif
|