1
0
Fork 0
alistair23-linux/arch/arm/kernel/atags.h

6 lines
132 B
C

#ifdef CONFIG_ATAGS_PROC
extern void save_atags(struct tag *tags);
#else
static inline void save_atags(struct tag *tags) { }
#endif