mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 10:32:35 +00:00
17 lines
314 B
C
17 lines
314 B
C
|
/*
|
||
|
* arch/arm/mach-prima2/include/mach/io.h
|
||
|
*
|
||
|
* Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
|
||
|
*
|
||
|
* Licensed under GPLv2 or later.
|
||
|
*/
|
||
|
|
||
|
#ifndef __MACH_PRIMA2_IO_H
|
||
|
#define __MACH_PRIMA2_IO_H
|
||
|
|
||
|
#define IO_SPACE_LIMIT ((resource_size_t)0)
|
||
|
|
||
|
#define __mem_pci(a) (a)
|
||
|
|
||
|
#endif
|