mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
dm: fix include guard
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
42c23dd2aa
commit
b1799fcbdc
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DM_UTIL_H
|
#ifndef __DM_UTIL_H
|
||||||
|
#define __DM_UTIL_H
|
||||||
|
|
||||||
void dm_warn(const char *fmt, ...);
|
void dm_warn(const char *fmt, ...);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue