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