cregit-Linux how code gets into the kernel

Release 4.8 drivers/power/reset/reboot-mode.h

#ifndef __REBOOT_MODE_H__

#define __REBOOT_MODE_H__


struct reboot_mode_driver {
	
struct device *dev;
	
struct list_head head;
	
int (*write)(struct reboot_mode_driver *reboot, unsigned int magic);
	
struct notifier_block reboot_notifier;
};

int reboot_mode_register(struct reboot_mode_driver *reboot);
int reboot_mode_unregister(struct reboot_mode_driver *reboot);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
andy yanandy yan60100.00%1100.00%
Total60100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.