162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Power Management driver for Marvell Kirkwood SoCs
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2013 Ezequiel Garcia <ezequiel@free-electrons.com>
662306a36Sopenharmony_ci * Copyright (C) 2010 Simon Guinot <sguinot@lacie.com>
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#ifndef __ARCH_KIRKWOOD_PM_H
1062306a36Sopenharmony_ci#define __ARCH_KIRKWOOD_PM_H
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci#ifdef CONFIG_PM
1362306a36Sopenharmony_civoid kirkwood_pm_init(void);
1462306a36Sopenharmony_ci#else
1562306a36Sopenharmony_cistatic inline void kirkwood_pm_init(void) {};
1662306a36Sopenharmony_ci#endif
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#endif
19