df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync/* $Id$ */
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync/** @file
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * VBoxVideo Display external interface config
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync */
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync/*
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * Copyright (C) 2011 Oracle Corporation
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync *
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * available from http://www.virtualbox.org. This file is free software;
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * you can redistribute it and/or modify it under the terms of the GNU
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * General Public License (GPL) as published by the Free Software
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync */
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync#ifndef ___VBoxDispMpInternal_h__
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync#define ___VBoxDispMpInternal_h__
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync#include <windows.h>
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync
7b6926b2bf44f326f40e1d9d1ce33a4dff0a2c67vboxsync#if 0
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsyncHRESULT vboxDispMpInternalInit();
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsyncHRESULT vboxDispMpInternalTerm();
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsyncHRESULT vboxDispMpInternalCancel(struct VBOXWDDMDISP_CONTEXT *pContext, struct VBOXWDDMDISP_SWAPCHAIN *pSwapchain);
7b6926b2bf44f326f40e1d9d1ce33a4dff0a2c67vboxsync#endif
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync
df4e0d2af793d52c48d1f2a91a575d78eb728511vboxsync#endif /* #ifndef ___VBoxDispMpInternal_h__ */