diff options
Diffstat (limited to 'include/uapi/linux/bpf.h')
-rw-r--r-- | include/uapi/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index e985f07a98ed..6bbef0c7f585 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h | |||
@@ -134,6 +134,7 @@ enum bpf_map_type { | |||
134 | BPF_MAP_TYPE_QUEUE, | 134 | BPF_MAP_TYPE_QUEUE, |
135 | BPF_MAP_TYPE_STACK, | 135 | BPF_MAP_TYPE_STACK, |
136 | BPF_MAP_TYPE_SK_STORAGE, | 136 | BPF_MAP_TYPE_SK_STORAGE, |
137 | BPF_MAP_TYPE_DEVMAP_HASH, | ||
137 | }; | 138 | }; |
138 | 139 | ||
139 | /* Note that tracing related programs such as | 140 | /* Note that tracing related programs such as |