source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/arch/arm_gcc/common/core_offset.trb@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
File size: 666 bytes
Line 
1# -*- coding: utf-8 -*-
2#
3# オフセットファイル生成用Rubyテンプレート(ARM用)
4#
5# $Id$
6#
7
8#
9# ターゲット非依存部のインクルード
10#
11IncludeTrb("kernel/genoffset.trb")
12
13#
14# フィールドのオフセットの定義の生成
15#
16GenerateDefine("TCB_p_tinib", $offsetof_TCB_p_tinib)
17GenerateDefine("TCB_sp", $offsetof_TCB_sp)
18GenerateDefine("TCB_pc", $offsetof_TCB_pc)
19GenerateDefine("TINIB_exinf", $offsetof_TINIB_exinf)
20GenerateDefine("TINIB_task", $offsetof_TINIB_task)
21GenerateDefine("TINIB_stksz", $offsetof_TINIB_stksz)
22GenerateDefine("TINIB_stk", $offsetof_TINIB_stk)
23GenerateDefine("T_EXCINF_cpsr", $offsetof_T_EXCINF_cpsr)
Note: See TracBrowser for help on using the repository browser.