]> Git Repo - linux.git/blob - include/asm-generic/emergency-restart.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / asm-generic / emergency-restart.h
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 */
This page took 0.032201 seconds and 4 git commands to generate.