brintos

brintos / linux-shallow public Read only

0
0
Text · 282 B · 2a3f12d Raw
13 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2022 Intel Corporation4 */5 6#ifndef _I915_GEM_OBJECT_FRONTBUFFER_H_7#define _I915_GEM_OBJECT_FRONTBUFFER_H_8 9#define i915_gem_object_get_frontbuffer(obj)		NULL10#define i915_gem_object_set_frontbuffer(obj, front)	(front)11 12#endif13