2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-02-26 22:59:18 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2013 Google, Inc
|
|
|
|
*/
|
|
|
|
|
2020-07-19 16:15:59 +00:00
|
|
|
#ifdef _DM_H_
|
|
|
|
#warning "Suspect dm.h is included from a header file - please fix"
|
|
|
|
#endif
|
|
|
|
|
2014-02-26 22:59:18 +00:00
|
|
|
#ifndef _DM_H_
|
2014-06-10 21:52:36 +00:00
|
|
|
#define _DM_H_
|
2014-02-26 22:59:18 +00:00
|
|
|
|
|
|
|
#include <dm/device.h>
|
2017-05-17 23:18:04 +00:00
|
|
|
#include <dm/fdtaddr.h>
|
2017-05-19 02:09:07 +00:00
|
|
|
#include <dm/ofnode.h>
|
|
|
|
#include <dm/read.h>
|
2014-02-26 22:59:18 +00:00
|
|
|
#include <dm/platdata.h>
|
|
|
|
#include <dm/uclass.h>
|
|
|
|
|
|
|
|
#endif
|