aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/include/bits/reboot.h
blob: 01272483b8c10f9168b83735cf81490fc0b3d9e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BITS_REBOOT_H
#define _BITS_REBOOT_H

/** @file
 *
 * RISCV-specific reboot API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/sbi_reboot.h>

#endif /* _BITS_REBOOT_H */