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