X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=include%2Fsoc%2Fat91%2Fpm.h;fp=include%2Fsoc%2Fat91%2Fpm.h;h=7a41e53a3ffa3e90c7ddee987db670587ec1284a;hp=0000000000000000000000000000000000000000;hb=41dbf4a146a06443d1cbf39e238f02fa1ca9d626;hpb=a38fd8748464831584a19438cbb3082b5a2dab15 diff --git a/include/soc/at91/pm.h b/include/soc/at91/pm.h new file mode 100644 index 000000000000..7a41e53a3ffa --- /dev/null +++ b/include/soc/at91/pm.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Atmel Power Management + * + * Copyright (C) 2020 Atmel + * + * Author: Lee Jones + */ + +#ifndef __SOC_ATMEL_PM_H +#define __SOC_ATMEL_PM_H + +void at91_pinctrl_gpio_suspend(void); +void at91_pinctrl_gpio_resume(void); + +#endif /* __SOC_ATMEL_PM_H */