blob: 7d26b3d19298c2f8b2b44bec3c9da6a91c2f5dbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef DAPI_CALLS_H
#define DAPI_CALLS_H
#include <dapi/comm.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <dapi/calls_generated.h>
#ifdef __cplusplus
}
#endif
#endif
|