Merge branches 'clk-stm32mp1', 'clk-samsung', 'clk-uniphier-mpeg', 'clk-stratix10...
[linux-2.6-microblaze.git] / arch / arm / boot / compressed / misc.h
1 #ifndef MISC_H
2 #define MISC_H
3
4 #include <linux/compiler.h>
5
6 void error(char *x) __noreturn;
7 extern unsigned long free_mem_ptr;
8 extern unsigned long free_mem_end_ptr;
9
10 #endif