summaryrefslogtreecommitdiff
path: root/include/cpu_func.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-04-05 11:29:57 -0400
committerTom Rini <[email protected]>2021-04-05 11:29:57 -0400
commit90eba245a66aa20589404ba537215faf2012c1a3 (patch)
treec581cd1f00dd162aeac4262bb4e74c2a9fea98c9 /include/cpu_func.h
parentb46dd116ce03e235f2a7d4843c6278e1da44b5e1 (diff)
parentdb8b46120aed6554d1ff405260ea6d2cc2439fcc (diff)
Merge branch 'next'
Diffstat (limited to 'include/cpu_func.h')
-rw-r--r--include/cpu_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cpu_func.h b/include/cpu_func.h
index 8aa825daa47..c3a66f04059 100644
--- a/include/cpu_func.h
+++ b/include/cpu_func.h
@@ -84,6 +84,6 @@ enum {
*/
int cleanup_before_linux_select(int flags);
-void reset_cpu(ulong addr);
-;
+void reset_cpu(void);
+
#endif