linux/suspend.h: Stubs for (un)register_pm_notifier.
This commit is contained in:
parent
daf90d8307
commit
60bf48dc00
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: suspend.h,v 1.3 2021/12/19 12:00:24 riastradh Exp $ */
|
||||
/* $NetBSD: suspend.h,v 1.4 2022/10/25 23:37:24 riastradh Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2013 The NetBSD Foundation, Inc.
|
||||
|
@ -36,4 +36,7 @@
|
|||
|
||||
#define ksys_sync_helper() __nothing
|
||||
|
||||
#define register_pm_notifier(n) __nothing
|
||||
#define unregister_pm_notifier(n) __nothing
|
||||
|
||||
#endif /* _LINUX_SUSPEND_H_ */
|
||||
|
|
Loading…
Reference in New Issue