oleavr-rgl-a500-mini-linux-.../drivers/soc/allwinner/pm/standby/power/standby_power.h
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

16 lines
568 B
C

#ifndef _POWER_H
#define _POWER_H
/*
* Copyright (c) 2011-2015 yanggq.young@allwinnertech.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*/
extern void power_enter_super(struct aw_pm_info *config,
extended_standby_t *extended_config);
extern void dm_suspend(struct aw_pm_info *config,
extended_standby_t *extended_config);
extern void dm_resume(extended_standby_t *extended_config);
#endif /*_PM_H*/