repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 5.6.13
[linux/fpc-iii.git]
/
arch
/
hexagon
/
include
/
asm
/
suspend.h
blob
57b1e11522e7abf4618717d5d49ba2ec99fa7fe1
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4
*/
5
6
#ifndef _ASM_SUSPEND_H
7
#define _ASM_SUSPEND_H
8
9
static
inline
int
arch_prepare_suspend
(
void
)
10
{
11
return
0
;
12
}
13
14
#endif