source: branches/v4/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/dhrystone/dhry21.h @ 751

Last change on this file since 751 was 134, checked in by kane, 13 years ago

add multi write buffer in cc_xcache_v4

File size: 521 bytes
Line 
1#ifndef DHRY21_H
2#define DHRY21_H
3
4#include "dhry.h"
5
6DOUBLE      dhry21 (unsigned int);
7
8void        Proc_1 (Rec_Pointer);
9void        Proc_2 (One_Fifty *);
10void        Proc_3 (Rec_Pointer *);
11void        Proc_4 ();
12void        Proc_5 ();
13void        Proc_6 (Enumeration, Enumeration*);
14void        Proc_7 (One_Fifty,One_Fifty,One_Fifty*);
15void        Proc_8 (Arr_1_Dim,Arr_2_Dim,int,int);
16Enumeration Func_1 (Capital_Letter,Capital_Letter);
17Boolean     Func_2 (Str_30,Str_30);
18Boolean     Func_3 (Enumeration);
19
20#endif
Note: See TracBrowser for help on using the repository browser.