]> Git Repo - linux.git/blobdiff - include/linux/bpf_types.h
platform/x86: intel_scu_ipc: Introduce new SCU IPC API
[linux.git] / include / linux / bpf_types.h
index c81d4ece79a499d92a2b38276943f10c91821327..ba0c2d56f8a323ade0e95bfcfe6901ce77b3a05f 100644 (file)
@@ -70,6 +70,10 @@ BPF_PROG_TYPE(BPF_PROG_TYPE_STRUCT_OPS, bpf_struct_ops,
              void *, void *)
 BPF_PROG_TYPE(BPF_PROG_TYPE_EXT, bpf_extension,
              void *, void *)
+#ifdef CONFIG_BPF_LSM
+BPF_PROG_TYPE(BPF_PROG_TYPE_LSM, lsm,
+              void *, void *)
+#endif /* CONFIG_BPF_LSM */
 #endif
 
 BPF_MAP_TYPE(BPF_MAP_TYPE_ARRAY, array_map_ops)
This page took 0.033428 seconds and 4 git commands to generate.