162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci#ifndef SOC_SA1100_PWER_H
362306a36Sopenharmony_ci#define SOC_SA1100_PWER_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci * Copyright (C) 2015, Dmitry Eremin-Solenikov
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciint sa11x0_gpio_set_wake(unsigned int gpio, unsigned int on);
1062306a36Sopenharmony_ciint sa11x0_sc_set_wake(unsigned int irq, unsigned int on);
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#endif
13