]> Git Repo - qemu.git/blobdiff - hw/core/fw-path-provider.c
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180703-pull-request' into...
[qemu.git] / hw / core / fw-path-provider.c
index b11715733d4552855a445f7f41efa600b493ef63..33b99830e78473650e5c9101efda979d1708d3b6 100644 (file)
@@ -1,9 +1,10 @@
 /*
- *  Firmware patch provider class and helpers.
+ *  Firmware path provider class and helpers.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; under version 2 of the License.
+ *  the Free Software Foundation; either version 2 of the License,
+ *  or (at your option) any later version.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -14,6 +15,7 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/fw-path-provider.h"
 
 char *fw_path_provider_get_dev_path(FWPathProvider *p, BusState *bus,
This page took 0.023679 seconds and 4 git commands to generate.