summaryrefslogtreecommitdiff
path: root/include/sysreset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysreset.h')
-rw-r--r--include/sysreset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysreset.h b/include/sysreset.h
index 61295e3fcb..8bb094d463 100644
--- a/include/sysreset.h
+++ b/include/sysreset.h
@@ -7,6 +7,8 @@
#ifndef __SYSRESET_H
#define __SYSRESET_H
+struct udevice;
+
enum sysreset_t {
SYSRESET_WARM, /* Reset CPU, keep GPIOs active */
SYSRESET_COLD, /* Reset CPU and GPIOs */