aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pvr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pvr.h')
-rw-r--r--include/linux/pvr.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/pvr.h b/include/linux/pvr.h
new file mode 100644
index 00000000000..49f64e00f84
--- /dev/null
+++ b/include/linux/pvr.h
@@ -0,0 +1,8 @@
+#ifndef __PVR_H
+#define __PVR_H
+
+struct sgx_platform_data {
+ unsigned long fclock_max;
+};
+
+#endif