summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/cpuidle.h
blob: 0f74f05d662a76515e5938c6966c211bb5a554bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __ASM_CPUIDLE_H
#define __ASM_CPUIDLE_H

#include <asm/proc-fns.h>

#ifdef CONFIG_CPU_IDLE
extern int arm_cpuidle_init(unsigned int cpu);
extern int arm_cpuidle_suspend(int index);
#else
static inline int arm_cpuidle_init(unsigned int cpu)
{
	return -EOPNOTSUPP;
}

static inline int arm_cpuidle_suspend(int index)
{
	return -EOPNOTSUPP;
}
#endif
#endif
ff/?id=c67b42f3a3f03e68bf915f32c8f7be0b726fec1a'>Diffstat (limited to 'drivers/usb/host/ohci-tmio.c')