summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/include/mach/io.h
blob: 70cfa3ba7697e355de0b23f095d099e10058f4c5 (plain)
1
2
3
4
5
6
7
#ifndef __MACH_IO_H
#define __MACH_IO_H

#define __io(a)		({ (void)(a); __typesafe_io(0); })
#define __mem_pci(a)	(a)

#endif