mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-13 11:33:58 +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:
@@ -10,7 +10,6 @@
|
||||
void vm_setup_cpu_state(struct vm *vm);
|
||||
int vm_load_pm_s_state(struct vm *vm);
|
||||
int validate_pstate(struct vm *vm, uint64_t perf_ctl);
|
||||
struct cpu_cx_data* get_target_cx(struct vm *vm, uint8_t cn);
|
||||
void register_pm1ab_handler(struct vm *vm);
|
||||
|
||||
#endif /* PM_H */
|
||||
|
||||
Reference in New Issue
Block a user