blob: 8b26ac5c854e54876c5d625d7ffca9cb8d10c158 [file] [log] [blame]
#ifndef __ASM_IDLE_H
#define __ASM_IDLE_H
#include <linux/linkage.h>
extern void (*cpu_wait)(void);
extern asmlinkage void r4k_wait(void);
extern void r4k_wait_irqoff(void);
extern void __pastwait(void);
#endif /* __ASM_IDLE_H */