This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new eaff76284b drivers/mmcsd: Add RPMB ioctl
eaff76284b is described below
commit eaff76284bec4d42b8332165911a577781f4d632
Author: wanggang26 <[email protected]>
AuthorDate: Fri Aug 18 18:54:33 2023 +0800
drivers/mmcsd: Add RPMB ioctl
Signed-off-by: wanggang26 <[email protected]>
---
include/nuttx/mmcsd.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/nuttx/mmcsd.h b/include/nuttx/mmcsd.h
index 04aedeab3a..83432af88b 100644
--- a/include/nuttx/mmcsd.h
+++ b/include/nuttx/mmcsd.h
@@ -49,6 +49,7 @@
#define MMC_RPMB_READ_CNT 0x02
#define MMC_RPMB_WRITE 0x03
#define MMC_RPMB_READ 0x04
+#define MMC_RPMB_READ_RESP 0x05
/****************************************************************************
* Public Types