source: branches/v4/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/common/common.h @ 643

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

add multi write buffer in cc_xcache_v4

File size: 180 bytes
Line 
1#ifndef common_h
2#define common_h
3
4#define EXIT(x) system_stop(__FILE__,__LINE__,x)
5
6void system_start (void);
7void system_stop  (char* file, int line, int x);
8
9#endif // common_h
Note: See TracBrowser for help on using the repository browser.