]> Pileus Git - ~andy/linux/blob - arch/arm/kernel/atags.h
Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into for...
[~andy/linux] / arch / arm / kernel / atags.h
1 #ifdef CONFIG_ATAGS_PROC
2 extern void save_atags(struct tag *tags);
3 #else
4 static inline void save_atags(struct tag *tags) { }
5 #endif