[Intel-gfx] [PATCH i-g-t 03/18] stats: Add header gards
Damien Lespiau
damien.lespiau at intel.com
Sat Jun 27 08:08:01 PDT 2015
Sigh.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
lib/igt_stats.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/igt_stats.h b/lib/igt_stats.h
index 371def3..0d4669e 100644
--- a/lib/igt_stats.h
+++ b/lib/igt_stats.h
@@ -22,6 +22,9 @@
*
*/
+#ifndef __IGT_STATS_H__
+#define __IGT_STATS_H__
+
#include <stdint.h>
typedef struct {
@@ -38,3 +41,5 @@ void igt_stats_push(igt_stats_t *stats, uint64_t value);
double igt_stats_get_mean(igt_stats_t *stats);
double igt_stats_get_variance(igt_stats_t *stats);
double igt_stats_get_std_deviation(igt_stats_t *stats);
+
+#endif /* __IGT_STATS_H__ */
--
2.1.0
More information about the Intel-gfx
mailing list