diff options
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/parisc/include/uapi/asm/socket.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild index 34b0be4ca52d..752c981bc3c7 100644 --- a/arch/parisc/include/asm/Kbuild +++ b/arch/parisc/include/asm/Kbuild | |||
@@ -6,3 +6,4 @@ generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \ | |||
6 | poll.h xor.h clkdev.h exec.h | 6 | poll.h xor.h clkdev.h exec.h |
7 | generic-y += trace_clock.h | 7 | generic-y += trace_clock.h |
8 | generic-y += preempt.h | 8 | generic-y += preempt.h |
9 | generic-y += hash.h | ||
diff --git a/arch/parisc/include/uapi/asm/socket.h b/arch/parisc/include/uapi/asm/socket.h index 70b3674dac4e..fe35ceacf0e7 100644 --- a/arch/parisc/include/uapi/asm/socket.h +++ b/arch/parisc/include/uapi/asm/socket.h | |||
@@ -77,4 +77,6 @@ | |||
77 | 77 | ||
78 | #define SO_MAX_PACING_RATE 0x4028 | 78 | #define SO_MAX_PACING_RATE 0x4028 |
79 | 79 | ||
80 | #define SO_BPF_EXTENSIONS 0x4029 | ||
81 | |||
80 | #endif /* _UAPI_ASM_SOCKET_H */ | 82 | #endif /* _UAPI_ASM_SOCKET_H */ |