Simon Glass | 6494d70 | 2014-02-26 15:59:18 -0700 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2013 Google, Inc | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _DM_H_ | ||||
Jeroen Hofstee | 1805bfc | 2014-06-10 23:52:36 +0200 | [diff] [blame] | 8 | #define _DM_H_ |
Simon Glass | 6494d70 | 2014-02-26 15:59:18 -0700 | [diff] [blame] | 9 | |
10 | #include <dm/device.h> | ||||
11 | #include <dm/platdata.h> | ||||
12 | #include <dm/uclass.h> | ||||
13 | |||||
14 | #endif |