summaryrefslogtreecommitdiff
path: root/libs/storage/IMountService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/storage/IMountService.cpp')
-rw-r--r--libs/storage/IMountService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/storage/IMountService.cpp b/libs/storage/IMountService.cpp
index 9ff693004c0f..b5f9c4750a29 100644
--- a/libs/storage/IMountService.cpp
+++ b/libs/storage/IMountService.cpp
@@ -47,6 +47,7 @@ enum {
TRANSACTION_unmountObb,
TRANSACTION_isObbMounted,
TRANSACTION_getMountedObbPath,
+ TRANSACTION_isExternalStorageEmulated,
};
class BpMountService: public BpInterface<IMountService>