X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fbuddy.h;h=e0ef86dfd1f79ec1d27ed07dbeddeea2885484c6;hb=c5ba903ae97ea49bbac5b660f76d2031c5302a3d;hp=1017a3a5acec5f72409054226214949d638dad82;hpb=28dcbfda8061d2785301784d27694d1e02f54fff;p=palacios.git diff --git a/linux_module/buddy.h b/linux_module/buddy.h index 1017a3a..e0ef86d 100644 --- a/linux_module/buddy.h +++ b/linux_module/buddy.h @@ -103,7 +103,7 @@ buddy_alloc(struct buddy_memzone * zone, /* Free a physical address */ -extern void +extern int buddy_free(struct buddy_memzone * zone, uintptr_t addr, unsigned long order);