alsa_stubs.h revision 261a4578c86ef14d89385dde78f0139b41a0cb8e
2N/A/** @file
2N/A *
2N/A * Stubs for libasound.
2N/A */
2N/A
2N/A/*
2N/A * Copyright (C) 2006-2007 innotek GmbH
2N/A *
2N/A * This file is part of VirtualBox Open Source Edition (OSE), as
2N/A * available from http://www.virtualbox.org. This file is free software;
2N/A * you can redistribute it and/or modify it under the terms of the GNU
2N/A * General Public License (GPL) as published by the Free Software
2N/A * Foundation, in version 2 as it comes in the "COPYING" file of the
2N/A * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
2N/A * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
2N/A */
2N/A
2N/A#ifndef AUDIO_ALSA_STUBS_H
2N/A# define AUDIO_ALSA_STUBS_H
2N/Aextern int audioLoadAlsaLib(void);
2N/A#endif
2N/A