diff options
Diffstat (limited to 'roms/ipxe/src/arch/x86_64/include/bits/reboot.h')
-rw-r--r-- | roms/ipxe/src/arch/x86_64/include/bits/reboot.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/ipxe/src/arch/x86_64/include/bits/reboot.h b/roms/ipxe/src/arch/x86_64/include/bits/reboot.h new file mode 100644 index 00000000..f1bce054 --- /dev/null +++ b/roms/ipxe/src/arch/x86_64/include/bits/reboot.h @@ -0,0 +1,12 @@ +#ifndef _BITS_REBOOT_H +#define _BITS_REBOOT_H + +/** @file + * + * x86_64-specific reboot API implementations + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#endif /* _BITS_REBOOT_H */ |