Skip to content
Snippets Groups Projects
Commit 946bfb49 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: init prototype

parent c60ae0a8
Branches
No related tags found
No related merge requests found
#include "vcpu.h"
#include "../debug/debug.h"
#include "../region/vxmon.h"
#include "linux/string.h"
#include <linux/errno.h>
int init_vcpu(struct vcpu_t *vcpu, struct vmxon_t *vmxon) {
......
......@@ -9,4 +9,4 @@ struct vcpu_t {
* point*/
};
int init_vcpu(struct vcpu_t *vcpu);
int init_vcpu(struct vcpu_t *vcpu, struct vmxon_t *vmxon);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment