diff options
| author | Anup Patel <[email protected]> | 2018-12-21 07:23:26 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-21 07:23:26 +0530 |
| commit | f02926c8966c2d541c0f74f1e83e9fca6abbaf2c (patch) | |
| tree | b606a650cd0bf7411c4d8395e5353e4f01ee81c5 /include | |
| parent | a8043647a4ec513dc217fd832f3063dd13bbe216 (diff) | |
| parent | 1d4e36edf8bf00df7e6264d6a1132abddb7db498 (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.h | 2 |
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 |
