summaryrefslogtreecommitdiff
path: root/tools/src/dapf.h
blob: 2a7e1bf1267c5372993aa314f5cab481a1941c2c (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: MIT */

#ifndef DAPF_H
#define DAPF_H

int dapf_init_all(void);
int dapf_init(const char *path);

#endif