X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fcommon.h;h=5c5a8acba3ce0727f9ca599132091fd36f796b11;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2Fdev%2F20230726.115608;hp=f208338af590fcd1ee1e3bb2088fd8b07df4cb11;hpb=709a88f8c3f9ad24eafc2788ffa50a444f274795;p=platform%2Fcore%2Fsystem%2Flibstorage.git diff --git a/include/common.h b/include/common.h index f208338..5c5a8ac 100644 --- a/include/common.h +++ b/include/common.h @@ -84,6 +84,10 @@ int storage_get_external_memory_size64_with_path(char *path, struct statvfs *buf #define COMPAT_DIR "/opt/usr/media" int is_compat_bind_mount(void); +int storage_ext_is_supported(void); +int mount_check(const char *path); + +#define USER_UID_START 5000 #ifdef __cplusplus }