summaryrefslogtreecommitdiff
path: root/include/dm/test.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-30 00:53:19 +0300
committerTom Rini <trini@konsulko.com>2021-03-30 01:00:21 +0300
commit1057b1be75386e3513dca392d8258e01e5cccc01 (patch)
treea1cbdc677c070064177e1d9defeb1fb4ab30ad6e /include/dm/test.h
parent4906238191b90be7aec2269ba8cd6aeb161cd312 (diff)
parentd8eafb16c85bc3b5d85d7ba8ebb1438cc0ae168f (diff)
downloadu-boot-1057b1be75386e3513dca392d8258e01e5cccc01.tar.xz
Merge tag 'v2021.04-rc5' into next
Prepare v2021.04-rc5
Diffstat (limited to 'include/dm/test.h')
-rw-r--r--include/dm/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dm/test.h b/include/dm/test.h
index 30f71edbd9..a9562b2bfc 100644
--- a/include/dm/test.h
+++ b/include/dm/test.h
@@ -6,6 +6,8 @@
#ifndef __DM_TEST_H
#define __DM_TEST_H
+struct udevice;
+
/**
* struct dm_test_cdata - configuration data for test instance
*