Skip to content

Commit 3977900

Browse files
committed
no need for function prototypes in common.h
1 parent 35677d2 commit 3977900

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/providers/common.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33

44
#include <dpusm/provider_api.h>
55

6-
/* required functions */
7-
int dpusm_provider_algorithms(int *compress, int *decompress,
8-
int *checksum, int *checksum_byteorder,
9-
int *raid);
10-
void *dpusm_provider_alloc(size_t size);
11-
void *dpusm_provider_ref(void *src, size_t offset, size_t size);
12-
void dpusm_provider_free(void *handle);
13-
int dpusm_provider_copy_from_mem(dpusm_mv_t *mv, const void *buf, size_t size);
14-
int dpusm_provider_copy_to_mem(dpusm_mv_t *mv, void *buf, size_t size);
15-
166
/* filled callback struct */
177
extern const dpusm_pf_t example_dpusm_provider_functions;
188

0 commit comments

Comments
 (0)