root/include/soc/sa1100/pwer.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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

/* [<][>][^][v][top][bottom][index][help] */