]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/module-util.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / basic / module-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2017 Zbigniew Jędrzejewski-Szmek
8 ***/
9
10 #include <libkmod.h>
11
12 #include "macro.h"
13
14 DEFINE_TRIVIAL_CLEANUP_FUNC(struct kmod_ctx*, kmod_unref);
15 DEFINE_TRIVIAL_CLEANUP_FUNC(struct kmod_module*, kmod_module_unref);
16 DEFINE_TRIVIAL_CLEANUP_FUNC(struct kmod_list*, kmod_module_unref_list);