dashboard
repositories
activity
search
login
luoshi
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
add misc img
hc
2024-08-19
a51341d8c7882adfad4f167bc7c3ca616908b53d
[~luoshi/RK3588_XEN.git]
/
kernel
/
drivers
/
power
/
reset
/
reboot-mode.h
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __REBOOT_MODE_H__
#define __REBOOT_MODE_H__
int reboot_mode_register(struct device *dev, int (*write)(int));
#endif