summaryrefslogtreecommitdiff
path: root/include/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm.h')
-rw-r--r--include/dm.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/dm.h b/include/dm.h
new file mode 100644
index 00000000000..a1b84169e64
--- /dev/null
+++ b/include/dm.h
@@ -0,0 +1,20 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2013 Google, Inc
+ */
+
+#ifdef _DM_H_
+#warning "Suspect dm.h is included from a header file - please fix"
+#endif
+
+#ifndef _DM_H_
+#define _DM_H_
+
+#include <dm/device.h>
+#include <dm/fdtaddr.h>
+#include <dm/ofnode.h>
+#include <dm/read.h>
+#include <dm/platdata.h>
+#include <dm/uclass.h>
+
+#endif