]> git.sur5r.net Git - u-boot/blob - include/dm.h
serial: Add Actions Semi OWL UART support
[u-boot] / include / dm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2013 Google, Inc
4  */
5
6 #ifndef _DM_H_
7 #define _DM_H_
8
9 #include <dm/ofnode.h>
10 #include <dm/device.h>
11 #include <dm/fdtaddr.h>
12 #include <dm/ofnode.h>
13 #include <dm/read.h>
14 #include <dm/platdata.h>
15 #include <dm/uclass.h>
16
17 #endif