summaryrefslogtreecommitdiff
path: root/src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2012-10-26 16:25:44 +0000
committer <>2012-11-12 12:15:52 +0000
commit58ed4748338f9466599adfc8a9171280ed99e23f (patch)
tree02027d99ded4fb56a64aa9489ac2eb487e7858ab /src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h
downloadVirtualBox-58ed4748338f9466599adfc8a9171280ed99e23f.tar.gz
Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.2.4.tar.bz2.VirtualBox-4.2.4
Diffstat (limited to 'src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h')
-rw-r--r--src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h b/src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h
new file mode 100644
index 00000000..9368e25a
--- /dev/null
+++ b/src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h
@@ -0,0 +1,23 @@
+/* Copyright (c) 2001, Stanford University
+ * All rights reserved.
+ *
+ * See the file LICENSE.txt for information on redistributing this software.
+ */
+
+#ifndef CR_DEBUG_OPCODES_H
+#define CR_DEBUG_OPCODES_H
+
+#include "cr_opcodes.h"
+#include <stdio.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void crDebugOpcodes( FILE *fp, unsigned char *ptr, unsigned int num_opcodes );
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* CR_DEBUG_OPCODES_H */