summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/ppc/pig/evidgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/softpc.new/host/inc/ppc/pig/evidgen.h')
-rw-r--r--private/mvdm/softpc.new/host/inc/ppc/pig/evidgen.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/inc/ppc/pig/evidgen.h b/private/mvdm/softpc.new/host/inc/ppc/pig/evidgen.h
new file mode 100644
index 000000000..dca9cf720
--- /dev/null
+++ b/private/mvdm/softpc.new/host/inc/ppc/pig/evidgen.h
@@ -0,0 +1,25 @@
+/*[
+ * Generated File: evidgen.h
+ *
+]*/
+
+#ifndef _EVIDGEN_H_
+#define _EVIDGEN_H_
+
+struct VideoVector {
+ IU32 (*GetVideolatches) IPT0();
+ void (*SetVideolatches) IPT1(IU32, value);
+ void (*setWritePointers) IPT0();
+ void (*setReadPointers) IPT1(IUH, readset);
+ void (*setMarkPointers) IPT1(IUH, markset);
+};
+
+extern struct VideoVector Video;
+
+#define getVideolatches() (*(Video.GetVideolatches))()
+#define setVideolatches(value) (*(Video.SetVideolatches))(value)
+#define SetWritePointers() (*(Video.setWritePointers))()
+#define SetReadPointers(readset) (*(Video.setReadPointers))(readset)
+#define SetMarkPointers(markset) (*(Video.setMarkPointers))(markset)
+#endif /* _EVIDGEN_H_ */
+/*======================================== END ========================================*/