~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-arm/assembler.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  * linux/asm/assembler.h
  3  *
  4  * This file contains arm architecture specific defines
  5  * for the different processors.
  6  *
  7  * Do not include any C declarations in this file - it is included by
  8  * assembler source.
  9  */
 10 #ifndef __ASSEMBLY__
 11 #error "Only include this from assembly code"
 12 #endif
 13 
 14 #include <asm/proc/ptrace.h>
 15 #include <asm/proc/assembler.h>
 16 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.