From 40417bd27a6ccf0db397a6710141c43db3482d15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Wojdy=C5=82a?= Date: Tue, 12 Dec 2023 10:38:46 +0100 Subject: [PATCH] Remove unused function declarations from ioctls.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Wojdyła --- src/xeniface/ioctls.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/xeniface/ioctls.h b/src/xeniface/ioctls.h index c89f173..09946fd 100644 --- a/src/xeniface/ioctls.h +++ b/src/xeniface/ioctls.h @@ -289,16 +289,6 @@ IoctlGnttabPermitForeignAccess( __inout PIRP Irp ); -DECLSPEC_NOINLINE -NTSTATUS -IoctlGnttabGetGrantResult( - __in PXENIFACE_FDO Fdo, - __in PVOID Buffer, - __in ULONG InLen, - __in ULONG OutLen, - __out PULONG_PTR Info - ); - DECLSPEC_NOINLINE NTSTATUS IoctlGnttabRevokeForeignAccess( @@ -318,16 +308,6 @@ IoctlGnttabMapForeignPages( __inout PIRP Irp ); -DECLSPEC_NOINLINE -NTSTATUS -IoctlGnttabGetMapResult( - __in PXENIFACE_FDO Fdo, - __in PVOID Buffer, - __in ULONG InLen, - __in ULONG OutLen, - __out PULONG_PTR Info - ); - DECLSPEC_NOINLINE NTSTATUS IoctlGnttabUnmapForeignPages( -- 2.39.5