io.h 495 B

123456789101112131415161718192021
  1. /*
  2. * arch/arm/mach-pnx4008/include/mach/io.h
  3. *
  4. * Author: Dmitry Chigirev <chigirev@ru.mvista.com>
  5. *
  6. * 2005 (c) MontaVista Software, Inc. This file is licensed under
  7. * the terms of the GNU General Public License version 2. This program
  8. * is licensed "as is" without any warranty of any kind, whether express
  9. * or implied.
  10. */
  11. #ifndef __ASM_ARM_ARCH_IO_H
  12. #define __ASM_ARM_ARCH_IO_H
  13. #define IO_SPACE_LIMIT 0xffffffff
  14. #define __io(a) __typesafe_io(a)
  15. #define __mem_pci(a) (a)
  16. #endif