9 lines
89 B
C
9 lines
89 B
C
#ifndef _DUCKFS_H
|
|
#define _DUCKFS_H
|
|
|
|
#include <types.h>
|
|
|
|
void duckfs_init(void);
|
|
|
|
#endif
|