1/* SPDX-License-Identifier: GPL-2.0-only */
2#ifndef SOC_SA1100_PWER_H
3#define SOC_SA1100_PWER_H
4
5/*
6 * Copyright (C) 2015, Dmitry Eremin-Solenikov
7 */
8
9int sa11x0_gpio_set_wake(unsigned int gpio, unsigned int on);
10int sa11x0_sc_set_wake(unsigned int irq, unsigned int on);
11
12#endif
13

source code of linux/include/soc/sa1100/pwer.h