145680995SShawn Guo /* 245680995SShawn Guo * Copyright (C) 2013 Freescale Semiconductor, Inc. 345680995SShawn Guo * 445680995SShawn Guo * This program is free software; you can redistribute it and/or modify 545680995SShawn Guo * it under the terms of the GNU General Public License version 2 as 645680995SShawn Guo * published by the Free Software Foundation. 745680995SShawn Guo */ 845680995SShawn Guo 945680995SShawn Guo #ifndef __ARCH_MXS_PM_H 1045680995SShawn Guo #define __ARCH_MXS_PM_H 1145680995SShawn Guo 12*7a9caf59SArnd Bergmann #ifdef CONFIG_PM 1345680995SShawn Guo void mxs_pm_init(void); 14*7a9caf59SArnd Bergmann #else 15*7a9caf59SArnd Bergmann #define mxs_pm_init NULL 16*7a9caf59SArnd Bergmann #endif 1745680995SShawn Guo 1845680995SShawn Guo #endif 19