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

Go to the source code of this file.

Macros

#define insl(port, buf, len)   isa_insb(port,buf,(len)<<2)
 
#define outsl(port, buf, len)   isa_outsb(port,buf,(len)<<2)
 

Macro Definition Documentation

#define insl (   port,
  buf,
  len 
)    isa_insb(port,buf,(len)<<2)

Definition at line 14 of file parport.h.

#define outsl (   port,
  buf,
  len 
)    isa_outsb(port,buf,(len)<<2)

Definition at line 15 of file parport.h.