1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI_FSL_MC_H_ 8 #define _UAPI_FSL_MC_H_ 9 #include <linux/types.h> 10 #define MC_CMD_NUM_OF_PARAMS 7 11 struct fsl_mc_command { 12 __le64 header; 13 __le64 params[MC_CMD_NUM_OF_PARAMS]; 14 }; 15 #define FSL_MC_SEND_CMD_IOCTL_TYPE 'R' 16 #define FSL_MC_SEND_CMD_IOCTL_SEQ 0xE0 17 #define FSL_MC_SEND_MC_COMMAND _IOWR(FSL_MC_SEND_CMD_IOCTL_TYPE, FSL_MC_SEND_CMD_IOCTL_SEQ, struct fsl_mc_command) 18 #endif 19