source: ssp_rpi3/trunk/arch/arm64_gcc/common/core_cfg1_out.h@ 386

Last change on this file since 386 was 386, checked in by nmir-saito, 5 years ago

modify svn:mimetype of files

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
File size: 187 bytes
Line 
1/*
2 * @(#) $Id: core_cfg1_out.h 386 2019-04-17 03:13:00Z nmir-saito $
3 */
4
5/*
6 * cfg1_out.cをリンクするために必要なスタブの定義
7 */
8
9void sta_ker(void){}
10STK_T *const _kernel_istkpt = 0x00;
11void * _kernel_vectors = 0x00;
Note: See TracBrowser for help on using the repository browser.