/*
 * Copyright © 2014 Rob Clark <robclark@freedesktop.org>
 * SPDX-License-Identifier: MIT
 *
 * Authors:
 *    Rob Clark <robclark@freedesktop.org>
 */

#ifndef FD4_QUERY_H_
#define FD4_QUERY_H_

#include "pipe/p_context.h"

void fd4_query_context_init(struct pipe_context *pctx);

#endif /* FD4_QUERY_H_ */
