repo.or.cz
/
linux-2.6
/
libata-dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
avr32: fix build error in ATSTK1002 code
[linux-2.6/libata-dev.git]
/
arch
/
blackfin
/
include
/
asm
/
segment.h
blob
f8e1984ffc7e3c30f996c0beaa319eb81d2a1d9d
1
/*
2
* Copyright 2004-2008 Analog Devices Inc.
3
*
4
* Licensed under the GPL-2 or later.
5
*/
6
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 */