DECLARE_AIE_MSG
DECLARE_AIE_MSG(aie_tile_info, MSG_OP_QUERY_AIE_TILE_INFO);
DECLARE_AIE_MSG(get_app_health, MSG_OP_GET_APP_HEALTH);
DECLARE_AIE_MSG(update_property, MSG_OP_UPDATE_PROPERTY);
DECLARE_AIE_MSG(get_dev_revision, MSG_OP_GET_DEV_REVISION);
DECLARE_AIE_MSG(firmware_version, MSG_OP_GET_FIRMWARE_VERSION);
DECLARE_AIE_MSG(destroy_ctx, MSG_OP_DESTROY_CONTEXT);
DECLARE_AIE_MSG(create_ctx, MSG_OP_CREATE_CONTEXT);
DECLARE_AIE_MSG(map_host_buffer, MSG_OP_MAP_HOST_BUFFER);
DECLARE_AIE_MSG(suspend, MSG_OP_SUSPEND);
DECLARE_AIE_MSG(aie_column_info, MSG_OP_QUERY_COL_STATUS);
DECLARE_AIE_MSG(get_telemetry, MSG_OP_GET_TELEMETRY);
DECLARE_AIE_MSG(suspend, MSG_OP_RESUME);
DECLARE_AIE_MSG(set_runtime_cfg, MSG_OP_SET_RUNTIME_CONFIG);
DECLARE_AIE_MSG(get_runtime_cfg, MSG_OP_GET_RUNTIME_CONFIG);
DECLARE_AIE_MSG(assign_mgmt_pasid, MSG_OP_ASSIGN_MGMT_PASID);
DECLARE_AIE_MSG(aie_version_info, MSG_OP_QUERY_AIE_VERSION);
DECLARE_AIE_MSG(aie4_msg_destroy_hw_context, AIE4_MSG_OP_DESTROY_HW_CONTEXT);
DECLARE_AIE_MSG(aie4_msg_create_hw_context, AIE4_MSG_OP_CREATE_HW_CONTEXT);
DECLARE_AIE_MSG(aie4_msg_suspend, AIE4_MSG_OP_SUSPEND);
DECLARE_AIE_MSG(aie4_msg_aie4_tile_info, AIE4_MSG_OP_AIE_TILE_INFO);
DECLARE_AIE_MSG(aie4_msg_attach_work_buffer, AIE4_MSG_OP_ATTACH_WORK_BUFFER);
DECLARE_AIE_MSG(aie4_msg_create_partition, AIE4_MSG_OP_CREATE_PARTITION);
DECLARE_AIE_MSG(aie4_msg_destroy_partition, AIE4_MSG_OP_DESTROY_PARTITION);
DECLARE_AIE_MSG(aie4_msg_destroy_vfs, AIE4_MSG_OP_DESTROY_VFS);
DECLARE_AIE_MSG(aie4_msg_create_vfs, AIE4_MSG_OP_CREATE_VFS);