mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 14:30:36 +01:00
platform/netlink: drop unused NLA type enums
This commit is contained in:
parent
b57c1af814
commit
0adc4fc4f6
1 changed files with 0 additions and 7 deletions
|
|
@ -35,15 +35,8 @@ enum {
|
|||
NLA_U64, /* 64 bit integer */
|
||||
NLA_STRING, /* NUL terminated character string */
|
||||
NLA_FLAG, /* Flag */
|
||||
NLA_MSECS, /* Micro seconds (64bit) */
|
||||
NLA_NESTED, /* Nested attributes */
|
||||
NLA_NESTED_COMPAT,
|
||||
NLA_NUL_STRING,
|
||||
NLA_BINARY,
|
||||
NLA_S8,
|
||||
NLA_S16,
|
||||
NLA_S32,
|
||||
NLA_S64,
|
||||
__NLA_TYPE_MAX,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue