]> Git Repo - linux.git/blob - arch/arm/mach-mxs/pm.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / arm / mach-mxs / pm.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2013 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef __ARCH_MXS_PM_H
7 #define __ARCH_MXS_PM_H
8
9 #ifdef CONFIG_PM
10 void mxs_pm_init(void);
11 #else
12 #define mxs_pm_init NULL
13 #endif
14
15 #endif
This page took 0.032605 seconds and 4 git commands to generate.