-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtest_op.h
31 lines (24 loc) · 1.85 KB
/
test_op.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef __test_op_h_2340857234234582345203495623495__
#define __test_op_h_2340857234234582345203495623495__
class CCPU;
void testStart ( void );
void testEnd ( const char * prefix );
void reportError ( const char * prefix,
... );
void rwiTest ( CCPU * cpu,
uint32_t fromPage,
uint32_t toPage );
void rwTest ( CCPU * cpu,
uint32_t fromPage,
uint32_t toPage );
void iTest ( CCPU * cpu,
uint32_t pages );
void rTest ( CCPU * cpu,
uint32_t fromPage,
uint32_t toPage );
void wTest ( CCPU * cpu,
uint32_t fromPage,
uint32_t toPage );
void checkResize ( CCPU * cpu,
uint32_t limit );
#endif /* __test_op_h_2340857234234582345203495623495__ */