aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/compat-i915-headers/intel_step.h
blob: 2cf13a572ab0eabc9eac3e346941dd7ca8adc59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2023 Intel Corporation
 */

#ifndef __INTEL_STEP_H__
#define __INTEL_STEP_H__

#include "xe_step.h"

#define intel_step xe_step
#define intel_step_name xe_step_name

#endif /* __INTEL_STEP_H__ */