mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-03-08 17:27:19 +00:00
9 lines
133 B
C
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
|