Commit 9d868d45 authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Anthony Liguori
Browse files

qemu-option.h include protectors



qemu-option.h has no protection against including it twice.
This patch adds the usual "#ifndef header" bits.

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 96729cbd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#ifndef QEMU_CONFIG_H
#define QEMU_CONFIG_H

extern QemuOptsList qemu_drive_opts;
extern QemuOptsList qemu_device_opts;

int qemu_set_option(const char *str);

#endif /* QEMU_CONFIG_H */