Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Atmel Power Management
0004  *
0005  * Copyright (C) 2020 Atmel
0006  *
0007  * Author: Lee Jones <lee.jones@linaro.org>
0008  */
0009 
0010 #ifndef __SOC_ATMEL_PM_H
0011 #define __SOC_ATMEL_PM_H
0012 
0013 void at91_pinctrl_gpio_suspend(void);
0014 void at91_pinctrl_gpio_resume(void);
0015 
0016 #endif /* __SOC_ATMEL_PM_H */