You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
517 B
18 lines
517 B
#ifndef E_FM_MAIN_EEZE_H |
|
#define E_FM_MAIN_EEZE_H |
|
|
|
E_Volume *_e_fm_main_eeze_volume_find(const char *syspath); |
|
|
|
void _e_fm_main_eeze_volume_eject(E_Volume *v); |
|
void _e_fm_main_eeze_volume_unmount(E_Volume *v); |
|
void _e_fm_main_eeze_volume_mount(E_Volume *v); |
|
|
|
E_Storage *_e_fm_main_eeze_storage_add(const char *syspath); |
|
void _e_fm_main_eeze_storage_del(const char *syspath); |
|
E_Storage *_e_fm_main_eeze_storage_find(const char *syspath); |
|
|
|
|
|
void _e_fm_main_eeze_init(void); |
|
void _e_fm_main_eeze_shutdown(void); |
|
|
|
#endif
|
|
|