mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
cris: Fix broken header guard in hw/cris/boot.h
Found with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#ifndef _CRIS_BOOT_H
|
#ifndef HW_CRIS_BOOT_H
|
||||||
#define HW_CRIS_BOOT_H 1
|
#define HW_CRIS_BOOT_H
|
||||||
|
|
||||||
struct cris_load_info
|
struct cris_load_info
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user