]> git.proxmox.com Git - qemu.git/blobdiff - hw/usb/hcd-ehci.h
monitor: move include files to include/monitor/
[qemu.git] / hw / usb / hcd-ehci.h
index 772870b727e5bd4378ff44d0d7abf349c9dbb7fc..740f7309fb5ea1bdf549cf162968cd1fd6c8fc43 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+#ifndef HW_USB_EHCI_H
+#define HW_USB_EHCI_H 1
 
 #include "hw/hw.h"
 #include "qemu-timer.h"
 #include "hw/usb.h"
-#include "monitor.h"
+#include "monitor/monitor.h"
 #include "trace.h"
 #include "dma.h"
 #include "sysemu.h"
@@ -318,3 +320,5 @@ struct EHCIState {
 extern const VMStateDescription vmstate_ehci;
 
 void usb_ehci_initfn(EHCIState *s, DeviceState *dev);
+
+#endif