Robin Getz | 96f1050 | 2009-09-24 14:11:24 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright 2004-2008 Analog Devices Inc. | ||||
3 | * | ||||
4 | * Licensed under the GPL-2 or later. | ||||
5 | */ | ||||
6 | |||||
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 7 | #ifndef _BFIN_SEGMENT_H |
8 | #define _BFIN_SEGMENT_H | ||||
9 | |||||
10 | #define KERNEL_DS (0x5) | ||||
11 | #define USER_DS (0x1) | ||||
12 | |||||
13 | #endif /* _BFIN_SEGMENT_H */ |