Mention branches and keyring.
[releases.git] / soc / at91 / pm.h
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
13 void at91_pinctrl_gpio_suspend(void);
14 void at91_pinctrl_gpio_resume(void);
15
16 #endif /* __SOC_ATMEL_PM_H */