Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
s390
include
uapi
asm
schid.h
Go to the documentation of this file.
1
#ifndef _UAPIASM_SCHID_H
2
#define _UAPIASM_SCHID_H
3
4
#include <linux/types.h>
5
6
struct
subchannel_id
{
7
__u32
cssid
: 8;
8
__u32
: 4;
9
__u32
m
: 1;
10
__u32
ssid
: 2;
11
__u32
one
: 1;
12
__u32
sch_no
: 16;
13
}
__attribute__
((packed,
aligned
(4)));
14
15
16
#endif
/* _UAPIASM_SCHID_H */
Generated on Thu Jan 10 2013 13:16:40 for Linux Kernel by
1.8.2