source:
branches/v4/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/common/common.h
@
900
Last change on this file since 900 was 134, checked in by , 14 years ago | |
---|---|
File size: 180 bytes |
Line | |
---|---|
1 | #ifndef common_h |
2 | #define common_h |
3 | |
4 | #define EXIT(x) system_stop(__FILE__,__LINE__,x) |
5 | |
6 | void system_start (void); |
7 | void system_stop (char* file, int line, int x); |
8 | |
9 | #endif // common_h |
Note: See TracBrowser
for help on using the repository browser.