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 @@ -2875,6 +2875,7 @@ pub const SIOCPROTOPRIVATE: ::c_ulong = 0x000089E0;
2875
2875
// linux/module.h
2876
2876
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
2877
2877
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
2878
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
2878
2879
2879
2880
// linux/net_tstamp.h
2880
2881
pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
Original file line number Diff line number Diff line change @@ -4043,6 +4043,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
4043
4043
// linux/module.h
4044
4044
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
4045
4045
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
4046
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
4046
4047
4047
4048
// linux/net_tstamp.h
4048
4049
pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
You can’t perform that action at this time.
0 commit comments