summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/sci/svc/misc/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/imx-common/sci/svc/misc/rpc.h')
-rw-r--r--arch/arm/imx-common/sci/svc/misc/rpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/imx-common/sci/svc/misc/rpc.h b/arch/arm/imx-common/sci/svc/misc/rpc.h
index 2840cb1a84..cf312c9947 100644
--- a/arch/arm/imx-common/sci/svc/misc/rpc.h
+++ b/arch/arm/imx-common/sci/svc/misc/rpc.h
@@ -42,6 +42,7 @@ typedef enum misc_func_e
MISC_FUNC_OTP_FUSE_READ = 11, /*!< Index for misc_otp_fuse_read() RPC call */
MISC_FUNC_SET_TEMP = 12, /*!< Index for misc_set_temp() RPC call */
MISC_FUNC_GET_TEMP = 13, /*!< Index for misc_get_temp() RPC call */
+ MISC_FUNC_GET_BOOT_DEV = 16, /*!< Index for misc_get_boot_dev() RPC call */
} misc_func_t;
/* Functions */