| 906 | } |
| 907 | |
| 908 | static void finsh_system_function_init(const void *begin, const void *end) |
| 909 | { |
| 910 | _syscall_table_begin = (struct finsh_syscall *) begin; |
| 911 | _syscall_table_end = (struct finsh_syscall *) end; |
| 912 | } |
| 913 | |
| 914 | #if defined(__ICCARM__) || defined(__ICCRX__) /* for IAR compiler */ |
| 915 | #ifdef FINSH_USING_SYMTAB |