Sign in
kunit
/
linux
/
d1471eb0faef9edd65cd44c1a3c1ff13c251fead
/
.
/
arch
/
cris
/
include
/
asm
/
segment.h
blob: 6ac914b098bfe5fc92a13df5c57ae8c8929cdf5b [
file
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_SEGMENT_H
#define
_ASM_SEGMENT_H
typedef
struct
{
unsigned
long
seg
;
}
mm_segment_t
;
#endif