1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 3 * Power Management driver for Marvell Kirkwoo 4 * 5 * Copyright (C) 2013 Ezequiel Garcia <ezequie 6 * Copyright (C) 2010 Simon Guinot <sguinot@la 7 */ 8 9 #ifndef __ARCH_KIRKWOOD_PM_H 10 #define __ARCH_KIRKWOOD_PM_H 11 12 #ifdef CONFIG_PM 13 void kirkwood_pm_init(void); 14 #else 15 static inline void kirkwood_pm_init(void) {}; 16 #endif 17 18 #endif 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.