]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
6494d708 SG |
2 | /* |
3 | * Copyright (c) 2013 Google, Inc | |
6494d708 SG |
4 | */ |
5 | ||
a0558aca SG |
6 | #ifdef _DM_H_ |
7 | #warning "Suspect dm.h is included from a header file - please fix" | |
8 | #endif | |
9 | ||
6494d708 | 10 | #ifndef _DM_H_ |
1805bfca | 11 | #define _DM_H_ |
6494d708 SG |
12 | |
13 | #include <dm/device.h> | |
d6ffb00a | 14 | #include <dm/fdtaddr.h> |
45a26867 SG |
15 | #include <dm/ofnode.h> |
16 | #include <dm/read.h> | |
6494d708 SG |
17 | #include <dm/platdata.h> |
18 | #include <dm/uclass.h> | |
19 | ||
20 | #endif |