]> git.sur5r.net Git - freertos/blob - Demo/HCS12_GCC_banked/sys/ports_def.h
Remove unused variable warning.
[freertos] / Demo / HCS12_GCC_banked / sys / ports_def.h
1 /* sys/ports_def.h -- Definition of system ports\r
2    Copyright 2000 Free Software Foundation, Inc.\r
3    Written by Stephane Carrez (stcarrez@worldnet.fr)\r
4 \r
5 This file is part of GEL.\r
6 \r
7 GEL is free software; you can redistribute it and/or modify\r
8 it under the terms of the GNU General Public License** as published by\r
9 the Free Software Foundation; either version 2, or (at your option)\r
10 any later version.\r
11 \r
12 GEL is distributed in the hope that it will be useful,\r
13 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
15 GNU General Public License for more details.\r
16 \r
17 You should have received a copy of the GNU General Public License\r
18 along with GEL; see the file COPYING.  If not, write to\r
19 the Free Software Foundation, 59 Temple Place - Suite 330,\r
20 Boston, MA 02111-1307, USA.  */\r
21 \r
22 #ifndef _SYS_PORTS_DEF_H\r
23 #define _SYS_PORTS_DEF_H\r
24 \r
25 #ifdef mc6811\r
26 //# include <asm-m68hc11/ports_def.h>\r
27 #endif\r
28 \r
29 #ifdef mc68hcs12\r
30 # include <asm-m68hcs12/ports_def.h>\r
31 #elif defined(mc6812)\r
32 //# include <asm-m68hc12/ports_def.h>\r
33 #endif\r
34 \r
35 #endif /* _SYS_PORTS_DEF_H */\r
36 \r