13d0407baSopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 23d0407baSopenharmony_ci#ifndef __REBOOT_MODE_H__ 33d0407baSopenharmony_ci#define __REBOOT_MODE_H__ 43d0407baSopenharmony_ci 53d0407baSopenharmony_ciint reboot_mode_register(struct device *dev, int (*write)(int)); 63d0407baSopenharmony_ci 73d0407baSopenharmony_ci#endif 8