~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/m68k/include/asm/mcfsim.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************/
 
2
 
 
3
/*
 
4
 *      mcfsim.h -- ColdFire System Integration Module support.
 
5
 *
 
6
 *      (C) Copyright 1999-2003, Greg Ungerer (gerg@snapgear.com)
 
7
 *      (C) Copyright 2000, Lineo Inc. (www.lineo.com)
 
8
 */
 
9
 
 
10
/****************************************************************************/
 
11
#ifndef mcfsim_h
 
12
#define mcfsim_h
 
13
/****************************************************************************/
 
14
 
 
15
/*
 
16
 * Include the appropriate ColdFire CPU specific System Integration Module
 
17
 * (SIM) definitions.
 
18
 */
 
19
#if defined(CONFIG_M5206) || defined(CONFIG_M5206e)
 
20
#include <asm/m5206sim.h>
 
21
#include <asm/mcfintc.h>
 
22
#elif defined(CONFIG_M520x)
 
23
#include <asm/m520xsim.h>
 
24
#elif defined(CONFIG_M523x)
 
25
#include <asm/m523xsim.h>
 
26
#include <asm/mcfintc.h>
 
27
#elif defined(CONFIG_M5249)
 
28
#include <asm/m5249sim.h>
 
29
#include <asm/mcfintc.h>
 
30
#elif defined(CONFIG_M527x)
 
31
#include <asm/m527xsim.h>
 
32
#elif defined(CONFIG_M5272)
 
33
#include <asm/m5272sim.h>
 
34
#elif defined(CONFIG_M528x)
 
35
#include <asm/m528xsim.h>
 
36
#elif defined(CONFIG_M5307)
 
37
#include <asm/m5307sim.h>
 
38
#include <asm/mcfintc.h>
 
39
#elif defined(CONFIG_M532x)
 
40
#include <asm/m532xsim.h>
 
41
#elif defined(CONFIG_M5407)
 
42
#include <asm/m5407sim.h>
 
43
#include <asm/mcfintc.h>
 
44
#elif defined(CONFIG_M54xx)
 
45
#include <asm/m54xxsim.h>
 
46
#endif
 
47
 
 
48
/****************************************************************************/
 
49
#endif  /* mcfsim_h */