2 * Copyright (C) 2012 Renesas Solutions Corp.
4 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
13 #include <linux/pm_domain.h>
15 #define DEFAULT_DEV_LATENCY_NS 250000
17 struct platform_device
;
19 struct rmobile_pm_domain
{
20 struct generic_pm_domain genpd
;
21 struct dev_power_governor
*gov
;
25 unsigned int bit_shift
;
29 struct pm_domain_device
{
30 const char *domain_name
;
31 struct platform_device
*pdev
;
34 #endif /* PM_RMOBILE_H */