]> Joshua Wise's Git repositories - netwatch.git/blobdiff - hardware/video/generic.h
More churn moving files around.
[netwatch.git] / hardware / video / generic.h
diff --git a/hardware/video/generic.h b/hardware/video/generic.h
new file mode 100644 (file)
index 0000000..64f2b5f
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _CHECKSUM_RECT_C
+#define _CHECKSUM_RECT_H
+
+uint32_t checksum_rect_generic32(int x, int y, int width, int height);
+void copy_pixels_generic32(char *buf, int x, int y, int width, int height);
+
+#endif
This page took 0.021275 seconds and 4 git commands to generate.