linux/drivers/gpu/drm/xe/xe_ring_ops_types.h

/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef _XE_RING_OPS_TYPES_H_
#define _XE_RING_OPS_TYPES_H_

struct xe_sched_job;

#define MAX_JOB_SIZE_DW
#define MAX_JOB_SIZE_BYTES

/**
 * struct xe_ring_ops - Ring operations
 */
struct xe_ring_ops {};

#endif