hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/um/include/shared/kern_util.h
....@@ -1,6 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3
- * Licensed under the GPL
44 */
55
66 #ifndef __KERN_UTIL_H__
....@@ -39,6 +39,8 @@
3939
4040 extern void timer_handler(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
4141
42
+extern void uml_pm_wake(void);
43
+
4244 extern int start_uml(void);
4345 extern void paging_init(void);
4446