Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 94aca1dac6f6d21f4b07e4864baf7768cabcc6e7 authored by Linus Torvalds on 29 September 2008, 22:24:02 UTC
Linux 2.6.27-rc8
Tip revision: 94aca1d
segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H

typedef struct {
  unsigned long seg;
} mm_segment_t;

#endif
back to top