blob: a1b84169e64a552ee0c7980395b308fe20fdac22 [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
Simon Glassa0558ac2020-07-19 10:15:59 -06006#ifdef _DM_H_
7#warning "Suspect dm.h is included from a header file - please fix"
8#endif
9
Simon Glass6494d702014-02-26 15:59:18 -070010#ifndef _DM_H_
Jeroen Hofstee1805bfc2014-06-10 23:52:36 +020011#define _DM_H_
Simon Glass6494d702014-02-26 15:59:18 -070012
13#include <dm/device.h>
Simon Glassd6ffb002017-05-17 17:18:04 -060014#include <dm/fdtaddr.h>
Simon Glass45a26862017-05-18 20:09:07 -060015#include <dm/ofnode.h>
16#include <dm/read.h>
Simon Glass6494d702014-02-26 15:59:18 -070017#include <dm/platdata.h>
18#include <dm/uclass.h>
19
20#endif