summaryrefslogtreecommitdiff
path: root/include/rvl/VF/pf_service.h
blob: 5bd4a1d855f5fa8ecd87602942e011d7ee1cc2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef RVL_SDK_VF_PF_SERVICE_H
#define RVL_SDK_VF_PF_SERVICE_H
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif

u16 VFiPF_GET_LE_U16(const u8 *buf);
void VFiPF_LE16_TO_U16_STR(u8 *str, u32 n);

#ifdef __cplusplus
}
#endif
#endif