From f8fe689a81f906d1b91bb3220acde2a4ecb14c5b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 05:01:46 +0200 Subject: Adding upstream version 6.0.4-dfsg. Signed-off-by: Daniel Baumann --- .../GuestHost/OpenGL/include/cr_debugopcodes.h | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h (limited to 'src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h') 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 + +#ifdef __cplusplus +extern "C" { +#endif + +void crDebugOpcodes( FILE *fp, unsigned char *ptr, unsigned int num_opcodes ); + +#ifdef __cplusplus +} +#endif + +#endif /* CR_DEBUG_OPCODES_H */ -- cgit v1.2.3