blob: abd4c79a52b435e7d9311985c7ab3ae4522ecad8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _BITS_SANBOOT_H
#define _BITS_SANBOOT_H
/** @file
*
* ARM-specific sanboot API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#endif /* _BITS_SANBOOT_H */
|