~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/blackfin/include/asm/segment.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */