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