blob: 5c707a2354039d0c17151bfab0b47499db1e4cb1 (
plain) (
blame)
1
2
3
4
5
6
|
/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */
#include <asm/barrier.h>
#include <asm/cmpxchg.h>
#include <asm/exec.h>
#include <asm/switch_to.h>
extern void free_initmem(void);
|