aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.22-sparse/include/asm-xeno/segment.h
blob: ca13028ce01f9090453f17f263d38366a9d5467c (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/hypervisor-ifs/hypervisor-if.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