bpf: Provide a linux/types.h override for bpf selftests.
We do not want to use the architecture's type.h header when building BPF programs which are always 64-bit. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
6
tools/testing/selftests/bpf/include/uapi/linux/types.h
Normal file
6
tools/testing/selftests/bpf/include/uapi/linux/types.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _UAPI_LINUX_TYPES_H
|
||||
#define _UAPI_LINUX_TYPES_H
|
||||
|
||||
#include <asm-generic/int-ll64.h>
|
||||
|
||||
#endif /* _UAPI_LINUX_TYPES_H */
|
||||
Reference in New Issue
Block a user