summaryrefslogtreecommitdiffstats
path: root/src/VBox/GuestHost/OpenGL/include/cr_debugopcodes.h
blob: 9368e25ac3f1379e0e1b9eb79cc1395a2077e1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 */