mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add the thaw_early method to struct dev_pm_ops in the LinuxKPI.
MFC after: 1 week
This commit is contained in:
parent
4eb1bcfc62
commit
0bfde0a7c7
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ struct dev_pm_ops {
|
|||
int (*freeze)(struct device *dev);
|
||||
int (*freeze_late)(struct device *dev);
|
||||
int (*thaw)(struct device *dev);
|
||||
int (*thaw_early)(struct device *dev);
|
||||
int (*poweroff)(struct device *dev);
|
||||
int (*poweroff_late)(struct device *dev);
|
||||
int (*restore)(struct device *dev);
|
||||
|
|
|
|||
Loading…
Reference in a new issue