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