riscv64: Fill in some missing CPU defines, advance build further

Change-Id: Id050fad59ede444f2eab7eca681c6ec44612aaf9
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3160
Reviewed-by: Alex von Gluck IV <[email protected]>
Reviewed-by: François Revol <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2020-08-19 16:11:32 +00:00
committed by Alex von Gluck IV
parent 425515d0ac
commit 21258e2674
5 changed files with 110 additions and 2 deletions
@@ -0,0 +1,25 @@
/*
* Copyright 2013-2020 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef BOOT_ARCH_CPU_H
#define BOOT_ARCH_CPU_H
#include <SupportDefs.h>
#include <boot/vfs.h>
#ifdef __cplusplus
extern "C" {
#endif
status_t boot_arch_cpu_init(void);
void arch_ucode_load(BootVolume& volume);
#ifdef __cplusplus
}
#endif
#endif /* BOOT_ARCH_CPU_H */