perf tools: Streamline bpf examples and headers installation
[linux/fpc-iii.git] / arch / arm / boot / compressed / misc.h
blobc958dccd1d97c1b833b157e85d11aff4f2909acf
1 #ifndef MISC_H
2 #define MISC_H
4 #include <linux/compiler.h>
6 void error(char *x) __noreturn;
7 extern unsigned long free_mem_ptr;
8 extern unsigned long free_mem_end_ptr;
10 #endif