diff options
Diffstat (limited to 'tools/src/dapf.h')
| -rw-r--r-- | tools/src/dapf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/src/dapf.h b/tools/src/dapf.h new file mode 100644 index 0000000..2a7e1bf --- /dev/null +++ b/tools/src/dapf.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: MIT */ + +#ifndef DAPF_H +#define DAPF_H + +int dapf_init_all(void); +int dapf_init(const char *path); + +#endif |
