• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright © 2014 Rob Clark <robclark@freedesktop.org>
3  * SPDX-License-Identifier: MIT
4  *
5  * Authors:
6  *    Rob Clark <robclark@freedesktop.org>
7  */
8 
9 #ifndef FD3_QUERY_H_
10 #define FD3_QUERY_H_
11 
12 #include "pipe/p_context.h"
13 
14 void fd3_query_context_init(struct pipe_context *pctx);
15 
16 #endif /* FD3_QUERY_H_ */
17