Last change
on this file since 108 was 108, checked in by coas-nagasima, 8 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 |
|
---|
5 | void sta_ker( void )
|
---|
6 | {
|
---|
7 | }
|
---|
8 |
|
---|
9 | void hardware_init_hook( void )
|
---|
10 | {
|
---|
11 | }
|
---|
12 |
|
---|
13 | void software_init_hook( void )
|
---|
14 | {
|
---|
15 | }
|
---|
16 |
|
---|
17 | const SIZE _kernel_istksz = 0;
|
---|
18 |
|
---|
19 | STK_T *const _kernel_istk = NULL;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.