pwer.h 427 B

123456789101112131415
  1. #ifndef SOC_SA1100_PWER_H
  2. #define SOC_SA1100_PWER_H
  3. /*
  4. * Copyright (C) 2015, Dmitry Eremin-Solenikov
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. int sa11x0_gpio_set_wake(unsigned int gpio, unsigned int on);
  11. int sa11x0_sc_set_wake(unsigned int irq, unsigned int on);
  12. #endif