blob: 57255d052dd9aa61d34b99d1655ba64cc0b67967 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: MIT */
/* Copyright © 2026 Intel Corporation */
#ifndef __I915_BO_H__
#define __I915_BO_H__
extern const struct intel_display_bo_interface i915_display_bo_interface;
#endif /* __I915_BO_H__ */
|