source: uKadecot/trunk/ssp/arch/rx630_ccrx/prc_cfg1_out.h

Last change on this file was 108, checked in by coas-nagasima, 9 years ago

MIMEプロパティの変更

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr; charset=SHIFT_JIS
File size: 218 bytes
Line 
1/*
2 * cfg1_out.cのリンクに必要なスタブの定義
3 */
4
5void sta_ker( void )
6{
7}
8
9void hardware_init_hook( void )
10{
11}
12
13void software_init_hook( void )
14{
15}
16
17const SIZE _kernel_istksz = 0;
18
19STK_T *const _kernel_istk = NULL;
Note: See TracBrowser for help on using the repository browser.