Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
Note: File does not exist in v3.1.
 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