Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / include / dm.h
diff --git a/qemu/roms/u-boot/include/dm.h b/qemu/roms/u-boot/include/dm.h
new file mode 100644 (file)
index 0000000..8bbb21b
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2013 Google, Inc
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+#ifndef _DM_H_
+#define _DM_H
+
+#include <dm/device.h>
+#include <dm/platdata.h>
+#include <dm/uclass.h>
+
+#endif