]> Git Repo - linux.git/blob - arch/arm/boot/compressed/misc.h
Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.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
This page took 0.034646 seconds and 4 git commands to generate.