mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
hv: treewide: fix 'No definition in system for prototyped procedure'
- Remove those APIs without definition - Minor changes to make sure the line length is less than 80 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -17,8 +17,6 @@ struct vhm_request;
|
||||
|
||||
bool is_hypercall_from_ring0(void);
|
||||
|
||||
int acrn_vpic_inject_irq(struct vm *vm, int irq, enum irq_mode mode);
|
||||
|
||||
/**
|
||||
* @brief Hypercall
|
||||
*
|
||||
|
Reference in New Issue
Block a user