diff options
author | Thomas Graf <tgraf@suug.ch> | 2013-03-29 14:46:52 +0100 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2013-03-29 17:54:33 -0700 |
commit | 22e3880a76bb9a0c4fa5c8fefdc8697a36a4dae1 (patch) | |
tree | 7bd56dd948101a82bb6a797092aaaf85ffb8db98 /include/uapi/linux/Kbuild | |
parent | 14b57a10553b5b768f77b247e6dd285c65816064 (diff) | |
download | linux-stable-22e3880a76bb9a0c4fa5c8fefdc8697a36a4dae1.tar.gz linux-stable-22e3880a76bb9a0c4fa5c8fefdc8697a36a4dae1.tar.bz2 linux-stable-22e3880a76bb9a0c4fa5c8fefdc8697a36a4dae1.zip |
openvswitch: Expose <linux/openvswitch.h> to userspace
It contains the public netlink interface bits required by userspace to
make use of the interface.
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 5c8a1d25e21c..d8fbc6aeac86 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -285,6 +285,7 @@ header-y += nvram.h header-y += omap3isp.h header-y += omapfb.h header-y += oom.h +header-y += openvswitch.h header-y += packet_diag.h header-y += param.h header-y += parport.h |