mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
janitor: add guards to headers
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7edd63f1b1
commit
cb9c377f54
50 changed files with 219 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifndef HW_LM32_H
|
||||
#define HW_LM32_H 1
|
||||
|
||||
|
||||
#include "qemu-common.h"
|
||||
|
||||
|
@ -23,3 +26,5 @@ static inline DeviceState *lm32_juart_init(void)
|
|||
|
||||
return dev;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue