17 lines
258 B
C
17 lines
258 B
C
#ifndef __RPTIME__
|
|
#define __RPTIME__
|
|
#include "global.h"
|
|
#include "Basedefine.h"
|
|
|
|
void rptime_get(u8 * val);
|
|
void rptime_set(u8 * val);
|
|
void rptime_write();
|
|
void rptime_read();
|
|
u8 rp_getday();
|
|
u8 rp_gethour();
|
|
u8 rp_getminute();
|
|
u8 rp_getsecond();
|
|
|
|
#endif
|
|
|