![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef _UAPIASM_SCHID_H 0003 #define _UAPIASM_SCHID_H 0004 0005 #include <linux/types.h> 0006 0007 #ifndef __ASSEMBLY__ 0008 0009 struct subchannel_id { 0010 __u32 cssid : 8; 0011 __u32 : 4; 0012 __u32 m : 1; 0013 __u32 ssid : 2; 0014 __u32 one : 1; 0015 __u32 sch_no : 16; 0016 } __attribute__ ((packed, aligned(4))); 0017 0018 #endif /* __ASSEMBLY__ */ 0019 0020 #endif /* _UAPIASM_SCHID_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |