repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
arch
/
arm
/
mach-mxs
/
pm.h
blob
0894335e8cca0fad25c5fe70701b8aae936536fc
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