blob: 7baa932583c819b0ab6918f894b7dda18239b809 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Christopher Ferrisa9750ed2021-05-03 14:02:49 -07007#ifndef _UAPI_FSL_MC_H_
8#define _UAPI_FSL_MC_H_
9#include <linux/types.h>
10#define MC_CMD_NUM_OF_PARAMS 7
11struct 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