// SPDX-License-Identifier: Apache-2.0 /* Copyright 2017 IBM Corp. */ #ifndef __DIRECT_CONTROLS_H #define __DIRECT_CONTROLS_H #include #include #include /* fast reboot APIs */ extern int sreset_all_prepare(void); extern int sreset_all_others(void); extern void sreset_all_finish(void); #endif /* __DIRECT_CONTROLS_H */