x86, um: get rid of uml-config.h
[linux-2.6-block.git] / arch / x86 / include / asm / idle.h
CommitLineData
77ef50a5
VN
1#ifndef ASM_X86__IDLE_H
2#define ASM_X86__IDLE_H
95833c83
AK
3
4#define IDLE_START 1
5#define IDLE_END 2
6
7struct notifier_block;
8void idle_notifier_register(struct notifier_block *n);
95833c83
AK
9
10void enter_idle(void);
11void exit_idle(void);
12
4faac97d
TG
13void c1e_remove_cpu(int cpu);
14
77ef50a5 15#endif /* ASM_X86__IDLE_H */