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 struct rmobile_pm_domain {
16 struct generic_pm_domain genpd;
17 struct dev_power_governor *gov;
21 unsigned int bit_shift;
25 #endif /* PM_RMOBILE_H */