summaryrefslogtreecommitdiff
path: root/lib/igt_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_x86.h')
-rw-r--r--lib/igt_x86.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_x86.h b/lib/igt_x86.h
index 27b7f0fd..d4f8c343 100644
--- a/lib/igt_x86.h
+++ b/lib/igt_x86.h
@@ -55,4 +55,6 @@ static inline char *igt_x86_features_to_string(unsigned features, char *line)
}
#endif
+void igt_memcpy_from_wc(void *dst, const void *src, unsigned long len);
+
#endif /* IGT_X86_H */