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