• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifdef CONFIG_ATAGS_PROC
2 extern void save_atags(struct tag *tags);
3 #else
save_atags(struct tag * tags)4 static inline void save_atags(struct tag *tags) { }
5 #endif
6