]> git.sur5r.net Git - u-boot/blob - include/dm.h
cmd: CONFIG_CMD_LOG select CONFIG_LOG
[u-boot] / include / dm.h
1 /*
2  * Copyright (c) 2013 Google, Inc
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _DM_H_
8 #define _DM_H_
9
10 #include <dm/ofnode.h>
11 #include <dm/device.h>
12 #include <dm/fdtaddr.h>
13 #include <dm/ofnode.h>
14 #include <dm/read.h>
15 #include <dm/platdata.h>
16 #include <dm/uclass.h>
17
18 #endif