cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

pwer.h (281B)


      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