Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.7 12 lines 281 B view raw
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