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

Linux Cross Reference
Linux/include/asm-parisc/ipcbuf.h

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

  1 #ifndef __PARISC_IPCBUF_H__
  2 #define __PARISC_IPCBUF_H__
  3 
  4 /*
  5  * The ipc64_perm structure for PA-RISC is identical to kern_ipc_perm
  6  * as we have always had 32-bit UIDs and GIDs in the kernel.
  7  */
  8 
  9 #define ipc64_perm      kern_ipc_perm
 10 
 11 #endif /* __PARISC_IPCBUF_H__ */
 12 

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