File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1226,6 +1226,7 @@ MNT_EXPIRE
1226
1226
MNT_FORCE
1227
1227
MODULE_INIT_IGNORE_MODVERSIONS
1228
1228
MODULE_INIT_IGNORE_VERMAGIC
1229
+ MODULE_INIT_COMPRESSED_FILE
1229
1230
MPOL_BIND
1230
1231
MPOL_DEFAULT
1231
1232
MPOL_F_NUMA_BALANCING
Original file line number Diff line number Diff line change @@ -1470,6 +1470,7 @@ MNT_EXPIRE
1470
1470
MNT_FORCE
1471
1471
MODULE_INIT_IGNORE_MODVERSIONS
1472
1472
MODULE_INIT_IGNORE_VERMAGIC
1473
+ MODULE_INIT_COMPRESSED_FILE
1473
1474
MON_1
1474
1475
MON_10
1475
1476
MON_11
Original file line number Diff line number Diff line change @@ -2904,6 +2904,7 @@ pub const SIOCPROTOPRIVATE: ::c_ulong = 0x000089E0;
2904
2904
// linux/module.h
2905
2905
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
2906
2906
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
2907
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
2907
2908
2908
2909
// linux/net_tstamp.h
2909
2910
pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
Original file line number Diff line number Diff line change @@ -4072,6 +4072,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
4072
4072
// linux/module.h
4073
4073
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
4074
4074
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
4075
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
4075
4076
4076
4077
// linux/net_tstamp.h
4077
4078
pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
You can’t perform that action at this time.
0 commit comments