X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fbuddy.h;h=e0ef86dfd1f79ec1d27ed07dbeddeea2885484c6;hb=60ad6a41c6d0ee08ed689e8505eb0c3df0c2a289;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);