Sign in
gem5
/
arm
/
linux-arm64-legacy
/
353f8d1cd5b8540c1591f00a5cbd3aeca699cfcf
/
.
/
include
/
asm-x86_64
/
mmsegment.h
blob: d3f80c996330e76bde7bc4d2e79e57df6d40c752 [
file
]
#ifndef
_ASM_MMSEGMENT_H
#define
_ASM_MMSEGMENT_H
1
typedef
struct
{
unsigned
long
seg
;
}
mm_segment_t
;
#endif