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
arm64: dts: allwinner: pinebook: Remove unused AXP803 regulators
[linux/fpc-iii.git]
/
include
/
asm-generic
/
emergency-restart.h
blob
445de38b795e944527d4d2c5abf96fd223268918
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_GENERIC_EMERGENCY_RESTART_H
3
#define _ASM_GENERIC_EMERGENCY_RESTART_H
4
5
static
inline
void
machine_emergency_restart
(
void
)
6
{
7
machine_restart
(
NULL
);
8
}
9
10
#endif
/* _ASM_GENERIC_EMERGENCY_RESTART_H */