gpoulios commented on code in PR #16309: URL: https://github.com/apache/nuttx/pull/16309#discussion_r2076301484
########## include/nuttx/tee.h: ########## @@ -378,6 +378,13 @@ struct tee_iocl_supp_send_arg #define TEE_IOC_SUPPL_SEND _IOC(TEE_IOC_MAGIC << 8, TEE_IOC_BASE + 7) +/* Shared memory specific defines */ + +#define TEE_SHM_REGISTER (1 << 0) /* In list of shared memory */ +#define TEE_SHM_SEC_REGISTER (1 << 1) /* TEE notified of this memory */ Review Comment: what extra spaces? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org