Chris Wilson | 1c5d22f | 2009-08-25 11:15:50 +0100 | [diff] [blame] | 1 | /* |
2 | * Copyright © 2009 Intel Corporation | ||||
3 | * | ||||
4 | * Authors: | ||||
5 | * Chris Wilson <chris@chris-wilson.co.uk> | ||||
6 | */ | ||||
7 | |||||
8 | #include "i915_drv.h" | ||||
9 | |||||
Ben Widawsky | c43b563 | 2012-04-16 14:07:40 -0700 | [diff] [blame] | 10 | #ifndef __CHECKER__ |
Chris Wilson | 1c5d22f | 2009-08-25 11:15:50 +0100 | [diff] [blame] | 11 | #define CREATE_TRACE_POINTS |
12 | #include "i915_trace.h" | ||||
Ben Widawsky | c43b563 | 2012-04-16 14:07:40 -0700 | [diff] [blame] | 13 | #endif |