blob: 96a1eb1ced4c97289389447fa9a3ed1c9de8a531 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _BITS_REBOOT_H
#define _BITS_REBOOT_H
/** @file
*
* LoongArch64-specific reboot API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#endif /* _BITS_REBOOT_H */
|