1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2013 Google, Inc
4 */
5
6#ifdef _DM_H_
7#warning "Suspect dm.h is included from a header file - please fix"
8#endif
9
10#ifndef _DM_H_
11#define _DM_H_
12
13#include <dm/device.h>
14#include <dm/fdtaddr.h>
15#include <dm/ofnode.h>
16#include <dm/read.h>
17#include <dm/platdata.h>
18#include <dm/uclass.h>
19
20#endif
21