]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/dm.h
board: axs103 - add maintainer information
[people/ms/u-boot.git] / include / dm.h
CommitLineData
6494d708
SG
1/*
2 * Copyright (c) 2013 Google, Inc
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _DM_H_
1805bfca 8#define _DM_H_
6494d708
SG
9
10#include <dm/device.h>
11#include <dm/platdata.h>
12#include <dm/uclass.h>
13
14#endif