Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / arch / arm / mach-shmobile / pm-rmobile.h
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * Copyright (C) 2012 Renesas Solutions Corp.
4  *
5  * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6  */
7 #ifndef PM_RMOBILE_H
8 #define PM_RMOBILE_H
9
10 #include <linux/pm_domain.h>
11
12 struct rmobile_pm_domain {
13         struct generic_pm_domain genpd;
14         struct dev_power_governor *gov;
15         int (*suspend)(void);
16         void (*resume)(void);
17         void __iomem *base;
18         unsigned int bit_shift;
19         bool no_debug;
20 };
21
22 #endif /* PM_RMOBILE_H */