summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/mmsegment.h
blob: d3f80c996330e76bde7bc4d2e79e57df6d40c752 (plain)
1
2
3
4
5
6
7
8
#ifndef _ASM_MMSEGMENT_H
#define _ASM_MMSEGMENT_H 1

typedef struct {
	unsigned long seg;
} mm_segment_t;

#endif
OpenPOWER on IntegriCloud