SHGSMIHost.h revision e64031e20c39650a7bc902a3e1aba613b9415dee
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync/*
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * Copyright (C) 2010 Oracle Corporation
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync *
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * available from http://www.virtualbox.org. This file is free software;
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * you can redistribute it and/or modify it under the terms of the GNU
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * General Public License (GPL) as published by the Free Software
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync */
a6c0941f24d6df20f1b58a2b466f00ba89e2055cvboxsync#ifndef ___SHGSMIHost_h___
ff48d61b8f3cc4acbe0615d5fcb3dbb28f154347vboxsync#define ___SHGSMIHost_h___
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsync
92eb6e9fc8a36d83ad72344227a488a99945db52vboxsync#include "HGSMIHost.h"
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsync
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsyncint VBoxSHGSMICommandComplete (PHGSMIINSTANCE pIns, void *pvData);
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsync
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsyncvoid VBoxSHGSMICommandMarkAsynchCompletion (void *pvData);
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsync
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsync#endif /* #ifndef ___SHGSMIHost_h___ */
a74782eac5771b0de57834e8c8c0247c55e8dd57vboxsync