ipv6: sr: add missing Kbuild export for header files
Add missing IPv6-SR header files in include/uapi/linux/Kbuild. Also, prevent seg6_lwt_headroom() from being exported and add missing linux/types.h include. Signed-off-by: David Lebrun <david.lebrun@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2d071c643f
commit
a50a05f497
@@ -1,6 +1,7 @@
|
||||
#ifndef _UAPI_LINUX_SEG6_HMAC_H
|
||||
#define _UAPI_LINUX_SEG6_HMAC_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/seg6.h>
|
||||
|
||||
#define SEG6_HMAC_SECRET_LEN 64
|
||||
|
Reference in New Issue
Block a user