mm: make wait_on_page_writeback() wait for multiple pending writebacks
[linux/fpc-iii.git] / arch / arm / mach-alpine / alpine_cpu_pm.h
blob398ca6a412fb3a03396d1a4e528cccc4430c0639
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Low-level power-management support for Alpine platform.
5 * Copyright (C) 2015 Annapurna Labs Ltd.
6 */
8 #ifndef __ALPINE_CPU_PM_H__
9 #define __ALPINE_CPU_PM_H__
11 /* Alpine CPU Power Management Services Initialization */
12 void alpine_cpu_pm_init(void);
14 /* Wake-up a CPU */
15 int alpine_cpu_wakeup(unsigned int phys_cpu, uint32_t phys_resume_addr);
17 #endif /* __ALPINE_CPU_PM_H__ */