summaryrefslogtreecommitdiff
path: root/include/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm.h')
-rw-r--r--include/dm.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/dm.h b/include/dm.h
new file mode 100644
index 0000000..2e1afda
--- /dev/null
+++ b/include/dm.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2013 Google, Inc
+ */
+
+#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