Blame view

kernel/livepatch/core.h 155 Bytes
81f7e3824   Eric Lee   Initial Release, ...
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 */