#ifndef MOUNT_H #define MOUNT_H typedef struct { char *path; // where? int (*getdents)(uint32_t file_desciptor, fs_dirent *entries, uint32_t max_count); file get void *data //opaque }mount; #endif