summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2018-12-21 07:23:26 +0530
committerGitHub <[email protected]>2018-12-21 07:23:26 +0530
commitf02926c8966c2d541c0f74f1e83e9fca6abbaf2c (patch)
treeb606a650cd0bf7411c4d8395e5353e4f01ee81c5 /include
parenta8043647a4ec513dc217fd832f3063dd13bbe216 (diff)
parent1d4e36edf8bf00df7e6264d6a1132abddb7db498 (diff)
Merge pull request #1 from riscv/atish_fix_1
Various fixes for unleashed board
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_hart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_hart.h b/include/sbi/sbi_hart.h
index 38032ed8..c77ffd23 100644
--- a/include/sbi/sbi_hart.h
+++ b/include/sbi/sbi_hart.h
@@ -36,6 +36,6 @@ struct sbi_scratch *sbi_hart_id_to_scratch(struct sbi_scratch *scratch,
void sbi_hart_wait_for_coldboot(struct sbi_scratch *scratch, u32 hartid);
-void sbi_hart_wake_coldboot_harts(struct sbi_scratch *scratch);
+void sbi_hart_wake_coldboot_harts(struct sbi_scratch *scratch, u32 hartid);
#endif