mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -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
|
@ -22,6 +22,8 @@
|
|||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef HW_SERIAL_H
|
||||
#define HW_SERIAL_H 1
|
||||
|
||||
#include "hw.h"
|
||||
#include "sysemu.h"
|
||||
|
@ -97,3 +99,5 @@ SerialState *serial_mm_init(MemoryRegion *address_space,
|
|||
|
||||
/* serial-isa.c */
|
||||
bool serial_isa_init(ISABus *bus, int index, CharDriverState *chr);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue