blob: e5f028d214a11a2fbffd53161a98ebaf59d8740e [file] [log] [blame]
#ifdef CONFIG_ATAGS_PROC
extern void save_atags(struct tag *tags);
#else
static inline void save_atags(struct tag *tags) { }
#endif