pm.h (b9e7683bbca638967a56e5d7fd4035a947109621) | pm.h (72e06d087204f3bc9acf281717b90ebf0b9731f7) |
---|---|
1/* 2 * OMAP2/3 Power Management Routines 3 * 4 * Copyright (C) 2008 Nokia Corporation 5 * Jouni Hogander 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. 10 */ 11#ifndef __ARCH_ARM_MACH_OMAP2_PM_H 12#define __ARCH_ARM_MACH_OMAP2_PM_H 13 | 1/* 2 * OMAP2/3 Power Management Routines 3 * 4 * Copyright (C) 2008 Nokia Corporation 5 * Jouni Hogander 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. 10 */ 11#ifndef __ARCH_ARM_MACH_OMAP2_PM_H 12#define __ARCH_ARM_MACH_OMAP2_PM_H 13 |
14#include <plat/powerdomain.h> | 14#include "powerdomain.h" |
15 16extern void *omap3_secure_ram_storage; 17extern void omap3_pm_off_mode_enable(int); 18extern void omap_sram_idle(void); 19extern int omap3_can_sleep(void); 20extern int omap_set_pwrdm_state(struct powerdomain *pwrdm, u32 state); 21extern int omap3_idle_init(void); 22 --- 91 unchanged lines hidden --- | 15 16extern void *omap3_secure_ram_storage; 17extern void omap3_pm_off_mode_enable(int); 18extern void omap_sram_idle(void); 19extern int omap3_can_sleep(void); 20extern int omap_set_pwrdm_state(struct powerdomain *pwrdm, u32 state); 21extern int omap3_idle_init(void); 22 --- 91 unchanged lines hidden --- |