Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
a862b5c8cd5d847779a049a5fc8cf5b1e6f5fa07
/
.
/
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