linux/include/soc/at91/pm.h
<<
>>
Prefs
   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 */
  17