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

pm.h (313B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Atmel Power Management
      4 *
      5 * Copyright (C) 2020 Atmel
      6 *
      7 * Author: Lee Jones <lee.jones@linaro.org>
      8 */
      9
     10#ifndef __SOC_ATMEL_PM_H
     11#define __SOC_ATMEL_PM_H
     12
     13void at91_pinctrl_gpio_suspend(void);
     14void at91_pinctrl_gpio_resume(void);
     15
     16#endif /* __SOC_ATMEL_PM_H */