Files
ss/include/rvl/VF/pf_service.h
T
Elijah Thomas 26af4db82d update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd

* include <a> -> "a"

* Update build.yml

* remove/add non-trivial class in union warning
2024-10-16 15:36:02 -04:00

15 lines
241 B
C

#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