![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * atmel platform data 0004 */ 0005 0006 #ifndef __ATMEL_H__ 0007 #define __ATMEL_H__ 0008 0009 /* FIXME: this needs a better location, but gets stuff building again */ 0010 #ifdef CONFIG_ATMEL_PM 0011 extern int at91_suspend_entering_slow_clock(void); 0012 #else 0013 static inline int at91_suspend_entering_slow_clock(void) 0014 { 0015 return 0; 0016 } 0017 #endif 0018 0019 #endif /* __ATMEL_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |