xref: /linux/drivers/gpu/drm/i915/gt/intel_llc_types.h (revision 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2019 Intel Corporation
4  */
5 
6 #ifndef INTEL_LLC_TYPES_H
7 #define INTEL_LLC_TYPES_H
8 
9 struct intel_llc {
10 };
11 
12 #endif /* INTEL_LLC_TYPES_H */
13