X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fxen%2Fgrant_table.h;h=a40f1cd91be1c6ad2fa7ad431b4d599c415448c1;hb=c0106d72b8d71696dbe9dc80e2c77d4ac63f7531;hp=466204846121541fe4192131cf4142c315c8f19a;hpb=7022b15e2a9f878fd5184586064c63352c3dd225;p=mv-sheeva.git diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h index 46620484612..a40f1cd91be 100644 --- a/include/xen/grant_table.h +++ b/include/xen/grant_table.h @@ -51,6 +51,9 @@ struct gnttab_free_callback { u16 count; }; +int gnttab_suspend(void); +int gnttab_resume(void); + int gnttab_grant_foreign_access(domid_t domid, unsigned long frame, int readonly);