blob: 2e1afda440207b637c97a2d535acc48a0b30a55b [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass6494d702014-02-26 15:59:18 -07002/*
3 * Copyright (c) 2013 Google, Inc
Simon Glass6494d702014-02-26 15:59:18 -07004 */
5
6#ifndef _DM_H_
Jeroen Hofstee1805bfc2014-06-10 23:52:36 +02007#define _DM_H_
Simon Glass6494d702014-02-26 15:59:18 -07008
9#include <dm/device.h>
Simon Glassd6ffb002017-05-17 17:18:04 -060010#include <dm/fdtaddr.h>
Simon Glass45a26862017-05-18 20:09:07 -060011#include <dm/ofnode.h>
12#include <dm/read.h>
Simon Glass6494d702014-02-26 15:59:18 -070013#include <dm/platdata.h>
14#include <dm/uclass.h>
15
16#endif