summaryrefslogtreecommitdiff
path: root/include/rvl/NWC24/NWC24Time.h
blob: 60dcade7b90701663b1cce135f251efd560483db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef RVL_SDK_NWC24_TIME_H
#define RVL_SDK_NWC24_TIME_H
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif

s32 NWC24iSynchronizeRtcCounter(void);

#ifdef __cplusplus
}
#endif
#endif