source:
branches/v4/platforms/caba-ring-ccxcachev4_memcachev4-mips32el/soft/main.c
Last change on this file was 134, checked in by , 14 years ago | |
---|---|
|
|
File size: 264 bytes |
Line | |
---|---|
1 | #include "system.h" |
2 | #include "stdio.h" |
3 | |
4 | #include "define.h" |
5 | #include "common/common.h" |
6 | #include "benchmark/benchmark.h" |
7 | #include "irq/irq.h" |
8 | |
9 | int main() |
10 | { |
11 | system_start(); |
12 | |
13 | #if TIMER_INTERRUPT |
14 | irq_init(); |
15 | #endif |
16 | |
17 | benchmark(); |
18 | |
19 | EXIT(0); |
20 | |
21 | return 1; |
22 | } |
Note: See TracBrowser
for help on using the repository browser.