~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-stmp3xxx/include/mach/io.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (C) 2005 Sigmatel Inc
3
 
 *
4
 
 * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
5
 
 * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
6
 
 */
7
 
 
8
 
/*
9
 
 * The code contained herein is licensed under the GNU General Public
10
 
 * License. You may obtain a copy of the GNU General Public License
11
 
 * Version 2 or later at the following locations:
12
 
 *
13
 
 * http://www.opensource.org/licenses/gpl-license.html
14
 
 * http://www.gnu.org/copyleft/gpl.html
15
 
 */
16
 
#ifndef __ASM_ARM_ARCH_IO_H
17
 
#define __ASM_ARM_ARCH_IO_H
18
 
 
19
 
#define IO_SPACE_LIMIT 0xffffffff
20
 
 
21
 
#define __io(a)         __typesafe_io(a)
22
 
#define __mem_pci(a)    (a)
23
 
#define __mem_isa(a)    (a)
24
 
 
25
 
#endif