blob: 8b26ac5c854e54876c5d625d7ffca9cb8d10c158 [file] [log] [blame]
Ralf Baechlebdc92d742013-05-21 16:59:19 +02001#ifndef __ASM_IDLE_H
2#define __ASM_IDLE_H
3
4#include <linux/linkage.h>
5
6extern void (*cpu_wait)(void);
7extern asmlinkage void r4k_wait(void);
8extern void r4k_wait_irqoff(void);
9extern void __pastwait(void);
10
11#endif /* __ASM_IDLE_H */