xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/fd6_screen.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2016 Rob Clark <[email protected]>
3  * Copyright © 2018 Google, Inc.
4  * SPDX-License-Identifier: MIT
5  *
6  * Authors:
7  *    Rob Clark <[email protected]>
8  */
9 
10 #ifndef FD6_SCREEN_H_
11 #define FD6_SCREEN_H_
12 
13 #include "freedreno_screen.h"
14 
15 EXTERNC void fd6_screen_init(struct pipe_screen *pscreen);
16 
17 #endif /* FD6_SCREEN_H_ */
18