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 @@ -1229,6 +1229,7 @@ MNT_EXPIRE
1229
1229
MNT_FORCE
1230
1230
MODULE_INIT_IGNORE_MODVERSIONS
1231
1231
MODULE_INIT_IGNORE_VERMAGIC
1232
+ MODULE_INIT_COMPRESSED_FILE
1232
1233
MPOL_BIND
1233
1234
MPOL_DEFAULT
1234
1235
MPOL_F_NUMA_BALANCING
Original file line number Diff line number Diff line change @@ -1459,6 +1459,7 @@ MNT_EXPIRE
1459
1459
MNT_FORCE
1460
1460
MODULE_INIT_IGNORE_MODVERSIONS
1461
1461
MODULE_INIT_IGNORE_VERMAGIC
1462
+ MODULE_INIT_COMPRESSED_FILE
1462
1463
MON_1
1463
1464
MON_10
1464
1465
MON_11
Original file line number Diff line number Diff line change @@ -2921,6 +2921,7 @@ pub const SIOCPROTOPRIVATE: ::c_ulong = 0x000089E0;
2921
2921
// linux/module.h
2922
2922
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
2923
2923
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
2924
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
2924
2925
2925
2926
// linux/net_tstamp.h
2926
2927
pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
Original file line number Diff line number Diff line change @@ -3600,6 +3600,7 @@ pub const RTNLGRP_STATS: ::c_uint = 0x24;
3600
3600
// linux/module.h
3601
3601
pub const MODULE_INIT_IGNORE_MODVERSIONS : :: c_uint = 0x0001 ;
3602
3602
pub const MODULE_INIT_IGNORE_VERMAGIC : :: c_uint = 0x0002 ;
3603
+ pub const MODULE_INIT_COMPRESSED_FILE : :: c_uint = 0x0004 ;
3603
3604
3604
3605
// linux/net_tstamp.h
3605
3606
pub const SOF_TIMESTAMPING_TX_HARDWARE : :: c_uint = 1 << 0 ;
You can’t perform that action at this time.
0 commit comments