tee: add sandbox driver
[oweals/u-boot.git] / include / dm.h
index 84f789d80751c452e90e2841cc9cd372f5e75b2a..2e1afda440207b637c97a2d535acc48a0b30a55b 100644 (file)
@@ -1,7 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (c) 2013 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _DM_H_
@@ -9,6 +8,8 @@
 
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
+#include <dm/ofnode.h>
+#include <dm/read.h>
 #include <dm/platdata.h>
 #include <dm/uclass.h>