blob: 7454ae4496ef082b8a2f5918fcc34212cb8a54a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* arch/arm/mach-s5pv210/include/mach/cpuidle.h
*
* Copyright 2010 Samsung Electronics
* Jaecheol Lee <jc.lee@samsung>
*
* S5PV210 - CPUIDLE support
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
extern int s5pv210_didle_save(unsigned long *saveblk);
extern void s5pv210_didle_resume(void);
extern void i2sdma_getpos(dma_addr_t *src);
extern unsigned int get_rtc_cnt(void);
|