Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
io_generic.h File Reference

Go to the source code of this file.

Macros

#define IO_CONCAT(a, b)   _IO_CONCAT(a,b)
 
#define _IO_CONCAT(a, b)   a ## _ ## b
 

Functions

void __iomemIO_CONCAT (__IO_PREFIX, ioport_map)(unsigned long addr
 
void IO_CONCAT (__IO_PREFIX, ioport_unmap)(void __iomem *addr)
 
void IO_CONCAT (__IO_PREFIX, mem_init)(void)
 

Variables

void __iomem unsigned int size
 

Macro Definition Documentation

#define _IO_CONCAT (   a,
  b 
)    a ## _ ## b

Definition at line 8 of file io_generic.h.

#define IO_CONCAT (   a,
  b 
)    _IO_CONCAT(a,b)

Definition at line 7 of file io_generic.h.

Function Documentation

void __iomem* IO_CONCAT ( __IO_PREFIX  ,
ioport_map   
)
void IO_CONCAT ( __IO_PREFIX  ,
ioport_unmap   
)
void IO_CONCAT ( __IO_PREFIX  ,
mem_init   
)

Variable Documentation

void __iomem unsigned int size

Definition at line 14 of file io_generic.h.