#ifndef _FSL_DPIO_CMD_H
#define _FSL_DPIO_CMD_H
#define DPIO_VER_MAJOR …
#define DPIO_VER_MINOR …
#define DPIO_CMD_ID_OFFSET …
#define DPIO_CMD_BASE_VERSION …
#define DPIO_CMD(id) …
#define DPIO_CMDID_CLOSE …
#define DPIO_CMDID_OPEN …
#define DPIO_CMDID_GET_API_VERSION …
#define DPIO_CMDID_ENABLE …
#define DPIO_CMDID_DISABLE …
#define DPIO_CMDID_GET_ATTR …
#define DPIO_CMDID_RESET …
#define DPIO_CMDID_SET_STASHING_DEST …
struct dpio_cmd_open { … };
#define DPIO_CHANNEL_MODE_MASK …
struct dpio_rsp_get_attr { … };
struct dpio_stashing_dest { … };
#endif