mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linuxkpi: Add pm_suspend_via_firmware()
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D38084
This commit is contained in:
parent
710c6084d1
commit
270a133480
1 changed files with 12 additions and 0 deletions
12
sys/compat/linuxkpi/common/include/linux/suspend.h
Normal file
12
sys/compat/linuxkpi/common/include/linux/suspend.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/* Public domain. */
|
||||
|
||||
#ifndef _LINUXKPI_LINUX_SUSPEND_H_
|
||||
#define _LINUXKPI_LINUX_SUSPEND_H_
|
||||
|
||||
static inline int
|
||||
pm_suspend_via_firmware()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* _LINUXKPI_LINUX_SUSPEND_H_ */
|
||||
Loading…
Reference in a new issue