diff options
author | John Crispin <john@openwrt.org> | 2013-04-09 14:19:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-09 14:19:09 +0000 |
commit | fff58a5801f538b6600d41fc7116414cbc730786 (patch) | |
tree | 720d3d2d93d266dd589e860820dbfbca46133062 /target/linux/generic/files/include/uapi | |
parent | f13ae9965cd593f42f18f2e7192a27cdce7441c4 (diff) | |
download | upstream-fff58a5801f538b6600d41fc7116414cbc730786.tar.gz upstream-fff58a5801f538b6600d41fc7116414cbc730786.tar.bz2 upstream-fff58a5801f538b6600d41fc7116414cbc730786.zip |
allow loading port maps from OF
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36283
Diffstat (limited to 'target/linux/generic/files/include/uapi')
-rw-r--r-- | target/linux/generic/files/include/uapi/linux/switch.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/uapi/linux/switch.h b/target/linux/generic/files/include/uapi/linux/switch.h index 581caf168a..a59b23953a 100644 --- a/target/linux/generic/files/include/uapi/linux/switch.h +++ b/target/linux/generic/files/include/uapi/linux/switch.h @@ -39,6 +39,7 @@ enum { SWITCH_ATTR_NAME, SWITCH_ATTR_VLANS, SWITCH_ATTR_PORTS, + SWITCH_ATTR_PORTMAP, SWITCH_ATTR_CPU_PORT, /* attributes */ SWITCH_ATTR_OP_ID, @@ -55,6 +56,14 @@ enum { SWITCH_ATTR_MAX }; +enum { + /* port map */ + SWITCH_PORTMAP_PORTS, + SWITCH_PORTMAP_SEGMENT, + SWITCH_PORTMAP_VIRT, + SWITCH_PORTMAP_MAX +}; + /* commands */ enum { SWITCH_CMD_UNSPEC, |