xref: /openbmc/u-boot/include/dm.h (revision bfc37f3cb8adf48297bed1088d42df5d119ec12d)
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/device.h>
11  #include <dm/platdata.h>
12  #include <dm/uclass.h>
13  
14  #endif
15