Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v3.5.6.
 1#ifndef MISC_H
 2#define MISC_H
 3
 4#include <linux/compiler.h>
 5
 6void error(char *x) __noreturn;
 7extern unsigned long free_mem_ptr;
 8extern unsigned long free_mem_end_ptr;
 9
10#endif