]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/dm.h
iopoll: Add read_poll_timeout common API
[thirdparty/u-boot.git] / include / dm.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
6494d708
SG
2/*
3 * Copyright (c) 2013 Google, Inc
6494d708
SG
4 */
5
6#ifndef _DM_H_
1805bfca 7#define _DM_H_
6494d708
SG
8
9#include <dm/device.h>
d6ffb00a 10#include <dm/fdtaddr.h>
45a26867
SG
11#include <dm/ofnode.h>
12#include <dm/read.h>
6494d708
SG
13#include <dm/platdata.h>
14#include <dm/uclass.h>
15
16#endif