Welcome to mirror list, hosted at ThFree Co, Russian Federation.

idle.h « asm « include « ia64 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7685015a8baa98e205b1fdd23adf137b6b033a1 (plain)
1
2
3
4
5
6
7
#ifndef _ASM_IA64_IDLE_H
#define _ASM_IA64_IDLE_H

static inline void enter_idle(void) { }
static inline void exit_idle(void) { }

#endif /* _ASM_IA64_IDLE_H */