1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __REBOOT_MODE_H__ 3 #define __REBOOT_MODE_H__ 4 5 int reboot_mode_register(struct device *dev, int (*write)(int)); 6 7 #endif 8