source: EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/common/core_offset.trb@ 270

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby
File size: 719 bytes
Line 
1# -*- coding: utf-8 -*-
2#
3# オフセットファイル生成用Rubyテンプレート(ARM用)
4#
5# $Id: core_offset.trb 572 2016-02-01 14:40:09Z ertl-hiro $
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.