xref: /aosp_15_r20/external/mesa3d/src/freedreno/vulkan/tu_android.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2016 Red Hat.
3  * Copyright © 2016 Bas Nieuwenhuizen
4  * SPDX-License-Identifier: MIT
5  *
6  * based in part on anv driver which is:
7  * Copyright © 2015 Intel Corporation
8  */
9 
10 #ifndef TU_ANDROID_H
11 #define TU_ANDROID_H
12 
13 #include "tu_common.h"
14 
15 #endif /* TU_ANDROID_H */
16