18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci#ifndef SOC_SA1100_PWER_H
38c2ecf20Sopenharmony_ci#define SOC_SA1100_PWER_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/*
68c2ecf20Sopenharmony_ci * Copyright (C) 2015, Dmitry Eremin-Solenikov
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciint sa11x0_gpio_set_wake(unsigned int gpio, unsigned int on);
108c2ecf20Sopenharmony_ciint sa11x0_sc_set_wake(unsigned int irq, unsigned int on);
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif
13