Data Accelerator Offload
Loading...
Searching...
No Matches
lib
common
dao_version.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: Marvell-MIT
2
* Copyright (c) 2023 Marvell.
3
*/
4
12
#ifndef __DAO_VERSION_H__
13
#define __DAO_VERSION_H__
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
#include <dao_config.h>
20
27
static
inline
const
char
*
28
dao_version
(
void
)
29
{
30
return
DAO_VERSION;
31
}
32
33
#ifdef __cplusplus
34
}
35
#endif
36
37
#endif
/* __DAO_VERSION_H__ */
dao_version
static const char * dao_version(void)
Definition
dao_version.h:28
Generated by
1.9.8