Rev 1317 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1317 | Rev 1780 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | #include <panic.h> |
31 | #include <panic.h> |
| 32 | 32 | ||
| 33 | #include <test.h> |
33 | #include <test.h> |
| 34 | #include <sysinfo/sysinfo.h> |
34 | #include <sysinfo/sysinfo.h> |
| 35 | /* |
35 | /* |
| 36 | static __native counter(sysinfo_item_t *root) |
36 | static unative_t counter(sysinfo_item_t *root) |
| 37 | { |
37 | { |
| 38 | static __native i=0; |
38 | static unative_t i=0; |
| 39 | return i++; |
39 | return i++; |
| 40 | }*/ |
40 | }*/ |
| 41 | 41 | ||
| 42 | void test(void) |
42 | void test(void) |
| 43 | { |
43 | { |