2013-05-03 14:36:17 +00:00
|
|
|
/*
|
2013-06-15 11:37:22 +00:00
|
|
|
* This file is subject to the terms of the GFX License. If a copy of
|
2013-05-03 14:36:17 +00:00
|
|
|
* the license was not distributed with this file, you can obtain one at:
|
|
|
|
*
|
2013-07-21 20:20:37 +00:00
|
|
|
* http://ugfx.org/license.html
|
2013-05-03 14:36:17 +00:00
|
|
|
*/
|
2013-02-11 08:25:45 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @file include/gaudout/options.h
|
|
|
|
* @brief GAUDOUT - Audio Output subsystem options header file.
|
|
|
|
*
|
|
|
|
* @addtogroup GAUDOUT
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _GAUDOUT_OPTIONS_H
|
|
|
|
#define _GAUDOUT_OPTIONS_H
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @name GAUDOUT Functionality to be included
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* @}
|
|
|
|
*
|
|
|
|
* @name GAUDOUT Optional Sizing Parameters
|
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
/** @} */
|
|
|
|
|
|
|
|
#endif /* _GAUDOUT_OPTIONS_H */
|
|
|
|
/** @} */
|