mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06: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:
parent
175de52487
commit
82751a32be
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef _CRIS_BOOT_H
|
||||
#define HW_CRIS_BOOT_H 1
|
||||
#ifndef HW_CRIS_BOOT_H
|
||||
#define HW_CRIS_BOOT_H
|
||||
|
||||
struct cris_load_info
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue