aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.4.27-xen-sparse/include/asm-xen/segment.h
blob: 276765d1de76799c8c7970918fa847499ff5a793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _ASM_SEGMENT_H
#define _ASM_SEGMENT_H

#ifndef __ASSEMBLY__
#include <linux/types.h>
#endif
#include <asm/xen-public/xen.h>

#define __KERNEL_CS	FLAT_RING1_CS
#define __KERNEL_DS	FLAT_RING1_DS

#define __USER_CS	FLAT_RING3_CS
#define __USER_DS	FLAT_RING3_DS

#endif