Files
Espresso/include/fs/duckfs.h

9 lines
89 B
C
Raw Normal View History

2025-05-28 14:41:02 -05:00
#ifndef _DUCKFS_H
#define _DUCKFS_H
2025-06-17 15:50:07 -05:00
#include <types.h>
2025-05-28 14:41:02 -05:00
2025-06-17 15:50:07 -05:00
void duckfs_init(void);
2025-05-28 14:41:02 -05:00
#endif