blob: 7704986e3e866c5d665e62aada57058fbbe4726a [file] [log] [blame]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "unit.h"
int bpf_foreign_supported(void);
/*
* Attach cgroup-bpf programs foreign to systemd, i.e. loaded to the kernel by an entity
* external to systemd.
*/
int bpf_foreign_install(Unit *u);