repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
uapi
/
asm
/
schid.h
blob
58fca6f4841016dc3b3e16041988ecf6353efde7
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef _UAPIASM_SCHID_H
3
#define _UAPIASM_SCHID_H
4
5
#include <linux/types.h>
6
7
struct
subchannel_id
{
8
__u32 cssid
:
8
;
9
__u32
:
4
;
10
__u32 m
:
1
;
11
__u32 ssid
:
2
;
12
__u32 one
:
1
;
13
__u32 sch_no
:
16
;
14
}
__attribute__
((
packed
,
aligned
(
4
)));
15
16
17
#endif
/* _UAPIASM_SCHID_H */