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