blob: 84f789d80751c452e90e2841cc9cd372f5e75b2a [file] [log] [blame]
Simon Glassdd6ab882014-02-26 15:59:18 -07001/*
2 * Copyright (c) 2013 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _DM_H_
Jeroen Hofstee46974532014-06-10 23:52:36 +02008#define _DM_H_
Simon Glassdd6ab882014-02-26 15:59:18 -07009
10#include <dm/device.h>
Simon Glassaadfaf02017-05-17 17:18:04 -060011#include <dm/fdtaddr.h>
Simon Glassdd6ab882014-02-26 15:59:18 -070012#include <dm/platdata.h>
13#include <dm/uclass.h>
14
15#endif