D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
modules
/
4.4.0-1128-aws
/
build
/
arch
/
cris
/
include
/
asm
/
Filename :
segment.h
back
Copy
#ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H typedef struct { unsigned long seg; } mm_segment_t; #endif