~mmach/netext73/sysvinit

« back to all changes in this revision

Viewing changes to src/reboot.h

  • Committer: mmach
  • Date: 2023-11-26 16:47:13 UTC
  • Revision ID: netbit73@gmail.com-20231126164713-wzy9kmqvr8q6ydml
308

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#  define BMAGIC_POWEROFF       BMAGIC_HALT
48
48
#endif
49
49
 
 
50
/* for kexec support */
 
51
#define BMAGIC_KEXEC  0x45584543
 
52
 
50
53
#define init_reboot(magic)      reboot(magic)
51
54