libptpmgmt 2.0
libptpmgmt library that provides the functionality of linuxptp pmc
Loading...
Searching...
No Matches
ver.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: LGPL-3.0-or-later
2 SPDX-FileCopyrightText: Copyright © 2024 Erez Geva <ErezGeva2@gmail.com> */
3
15#ifndef __PTPMGMT_C_VER_H
16#define __PTPMGMT_C_VER_H
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
26const char *ptpmgmt_getVersion();
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* __PTPMGMT_C_VER_H */
int ptpmgmt_getVersionMinor()
const char * ptpmgmt_getVersion()
unsigned ptpmgmt_getVersionValue()
int ptpmgmt_getVersionMajor()