Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/soc/sa1100/pwer.h
26288 views
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
9
int sa11x0_gpio_set_wake(unsigned int gpio, unsigned int on);
10
int sa11x0_sc_set_wake(unsigned int irq, unsigned int on);
11
12
#endif
13
14