mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
15 lines
191 B
C
15 lines
191 B
C
|
/*
|
||
|
* Copyright (c) 2013 Google, Inc
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _DM_H_
|
||
|
#define _DM_H
|
||
|
|
||
|
#include <dm/device.h>
|
||
|
#include <dm/platdata.h>
|
||
|
#include <dm/uclass.h>
|
||
|
|
||
|
#endif
|