aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/livepatch/core.h
blob: a351601d7f761e11e169682a4b4b866e5d90c861 (plain) (blame)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LIVEPATCH_CORE_H
#define _LIVEPATCH_CORE_H

extern struct mutex klp_mutex;

#endif /* _LIVEPATCH_CORE_H */