blob: f1df2bd4ecf4cc37010ccb990614dcacde0936e9 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | /*
 * Copyright © 2009 Intel Corporation
 *
 * Authors:
 *    Chris Wilson <[email protected]>
 */
#include "i915_drv.h"
#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "i915_trace.h"
#endif
 |