X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fxen%2Fgrant_table.h;h=a40f1cd91be1c6ad2fa7ad431b4d599c415448c1;hb=519c31bacf78a969efa8d2e55ed8862848f28590;hp=466204846121541fe4192131cf4142c315c8f19a;hpb=9d87dd97ffcd3b5eb2bbaf0d5d93f4bfcaed3f04;p=linux-2.6 diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h index 4662048461..a40f1cd91b 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);