source: EcnlProtoTool/trunk/asp3_dcre/target/gr_peach_gcc/target_sil.h

Last change on this file was 429, checked in by coas-nagasima, 4 years ago

ASP3, TINET, mbed を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 638 bytes
Line 
1/*
2 * sil.hのターゲット依存部(GR-PEACH用)
3 *
4 * このヘッダファイルは,sil.hからインクルードされる.他のファイルから
5 * 直接インクルードすることはない.このファイルをインクルードする前に,
6 * t_stddef.hがインクルードされるので,それに依存してもよい.
7 *
8 * $Id$
9 */
10
11#ifndef TOPPERS_TARGET_SIL_H
12#define TOPPERS_TARGET_SIL_H
13
14/*
15 * プロセッサのエンディアン
16 */
17#define SIL_ENDIAN_LITTLE
18
19/*
20 * コアで共通な定義(チップ依存部は飛ばす)
21 */
22#include "core_sil.h"
23
24#endif /* TOPPERS_TARGET_SIL_H */
Note: See TracBrowser for help on using the repository browser.