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

Linux Cross Reference
Linux/include/asm-i386/mmu.h

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

  1 #ifndef __i386_MMU_H
  2 #define __i386_MMU_H
  3 
  4 /*
  5  * The i386 doesn't have a mmu context, but
  6  * we put the segment information here.
  7  */
  8 typedef struct { 
  9         void *segments;
 10 } mm_context_t;
 11 
 12 #endif
 13 

~ [ 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.