![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 0003 #ifndef __LINUX_LANTIQ_H 0004 #define __LINUX_LANTIQ_H 0005 0006 #ifdef CONFIG_LANTIQ 0007 #include <lantiq_soc.h> 0008 #else 0009 0010 #ifndef LTQ_EARLY_ASC 0011 #define LTQ_EARLY_ASC 0 0012 #endif 0013 0014 #ifndef CPHYSADDR 0015 #define CPHYSADDR(a) 0 0016 #endif 0017 0018 static inline struct clk *clk_get_fpi(void) 0019 { 0020 return NULL; 0021 } 0022 #endif /* CONFIG_LANTIQ */ 0023 #endif /* __LINUX_LANTIQ_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |