home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-x86_64 / mmsegment.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  114 b   |  9 lines

  1. #ifndef _ASM_MMSEGMENT_H
  2. #define _ASM_MMSEGMENT_H 1
  3.  
  4. typedef struct {
  5.     unsigned long seg;
  6. } mm_segment_t;
  7.  
  8. #endif
  9.