1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright (c) 2013 Google, Inc 4 */ 5 6 #ifndef _DM_H_ 7 #define _DM_H_ 8 9 #include <dm/device.h> 10 #include <dm/fdtaddr.h> 11 #include <dm/ofnode.h> 12 #include <dm/read.h> 13 #include <dm/platdata.h> 14 #include <dm/uclass.h> 15 16 #endif 17