udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / src / core / bpf-foreign.h
blobe387b1b1d3897a42ab065cf231685a393f6f0247
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
3 #pragma once
5 #include "unit.h"
7 static inline int bpf_foreign_supported(void) {
8 return cg_all_unified();
12 * Attach cgroup-bpf programs foreign to systemd, i.e. loaded to the kernel by an entity
13 * external to systemd.
15 int bpf_foreign_install(Unit *u);