Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Power Management driver for Marvell Kirkwood SoCs
0004  *
0005  * Copyright (C) 2013 Ezequiel Garcia <ezequiel@free-electrons.com>
0006  * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
0007  */
0008 
0009 #ifndef __ARCH_KIRKWOOD_PM_H
0010 #define __ARCH_KIRKWOOD_PM_H
0011 
0012 #ifdef CONFIG_PM
0013 void kirkwood_pm_init(void);
0014 #else
0015 static inline void kirkwood_pm_init(void) {};
0016 #endif
0017 
0018 #endif