Revision 6185af1f4254a53563fe6d6af652f5775fc70e25 authored by Jaroslav Kysela on 06 March 2007, 13:10:08 UTC, committed by Jaroslav Kysela on 06 March 2007, 13:10:08 UTC
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
1 parent 2f24d15
Raw File
segment.h
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H

typedef struct {
  unsigned long seg;
} mm_segment_t;

#endif
back to top