1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (c) 2018 The Linux Foundation. All rights reserved. */
7 #include "adreno_gpu.h"
9 /* arrg, somehow fb.h is getting pulled in: */
16 struct adreno_gpu base
;
19 #define to_a2xx_gpu(x) container_of(x, struct a2xx_gpu, base)
21 #endif /* __A2XX_GPU_H__ */