Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Tsahee Zidenberg | e9e06f2 | 2015-03-12 13:53:06 +0200 | [diff] [blame] | 2 | /* |
| 3 | * Low-level power-management support for Alpine platform. |
| 4 | * |
| 5 | * Copyright (C) 2015 Annapurna Labs Ltd. |
Tsahee Zidenberg | e9e06f2 | 2015-03-12 13:53:06 +0200 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __ALPINE_CPU_PM_H__ |
| 9 | #define __ALPINE_CPU_PM_H__ |
| 10 | |
| 11 | /* Alpine CPU Power Management Services Initialization */ |
| 12 | void alpine_cpu_pm_init(void); |
| 13 | |
| 14 | /* Wake-up a CPU */ |
| 15 | int alpine_cpu_wakeup(unsigned int phys_cpu, uint32_t phys_resume_addr); |
| 16 | |
| 17 | #endif /* __ALPINE_CPU_PM_H__ */ |