Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 49914084e797530d9baaf51df9eda77babc98fa8 authored by Linus Torvalds on 24 January 2008, 22:58:37 UTC
Linux 2.6.24
Tip revision: 4991408
segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H

typedef struct {
  unsigned long seg;
} mm_segment_t;

#endif
back to top