m1n1/src/dapf.h
Hector Martin 4555cc5148 dapf: Initialize DAPFs from the ADT
Signed-off-by: Hector Martin <marcan@marcan.st>
2022-07-03 23:27:50 +09:00

9 lines
133 B
C

/* SPDX-License-Identifier: MIT */
#ifndef DAPF_H
#define DAPF_H
int dapf_init_all(void);
int dapf_init(const char *path);
#endif