]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/gt64120.h
V4L/DVB (8961): zr36067: Fix RGBR pixel format
[linux-2.6-omap-h63xx.git] / include / asm-mips / gt64120.h
index 4bf8e28f8850c187e594806c8a0ab5ff18a58bdb..e64b41093c49006ef9e4752242675b9be0169c6b 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _ASM_GT64120_H
 #define _ASM_GT64120_H
 
+#include <linux/clocksource.h>
+
 #include <asm/addrspace.h>
 #include <asm/byteorder.h>
 
 #define GT_READ(ofs)           le32_to_cpu(__GT_READ(ofs))
 #define GT_WRITE(ofs, data)    __GT_WRITE(ofs, cpu_to_le32(data))
 
+extern void gt641xx_set_base_clock(unsigned int clock);
+extern int gt641xx_timer0_state(void);
+
 #endif /* _ASM_GT64120_H */