repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
cris
/
include
/
asm
/
segment.h
blob
6ac914b098bfe5fc92a13df5c57ae8c8929cdf5b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_SEGMENT_H
3
#define _ASM_SEGMENT_H
4
5
typedef
struct
{
6
unsigned long
seg
;
7
}
mm_segment_t
;
8
9
#endif