mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
8 lines
155 B
C
8 lines
155 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _LIVEPATCH_CORE_H
|
|
#define _LIVEPATCH_CORE_H
|
|
|
|
extern struct mutex klp_mutex;
|
|
|
|
#endif /* _LIVEPATCH_CORE_H */
|