mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 23:57:10 +00:00
Clean up MISRA C violation
clean up a few MISRA C violations that can be fixed by code change in vboot files Tracked-On: #861 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
committed by
Eddie Dong
parent
d364d352f8
commit
7494ed2775
@@ -12,7 +12,7 @@
|
||||
struct depri_boot_context {
|
||||
struct acrn_vcpu_regs vcpu_regs;
|
||||
void *rsdp;
|
||||
void *ap_trampoline_buf;
|
||||
uint64_t ap_trampoline_buf;
|
||||
} __packed;
|
||||
|
||||
const struct depri_boot_context *get_depri_boot_ctx(void);
|
||||
|
||||
Reference in New Issue
Block a user