/****************************************************************************** // @file dpss.h // @brief OCC DPSS component header file. */ /****************************************************************************** * * @page ChangeLogs Change Logs * @section _dpss_h dpss.h * @verbatim * * Flag Def/Fea Userid Date Description * ------- ---------- -------- ---------- ---------------------------------- * dwoodham 09/21/2011 Created * @at000 atwang 12/07/2011 Moved start_dpss and dpss_initialize * into a product applet * @rc001 rickylie 01/02/2012 Moved debug trace defines to trac.h * @rc002 rickylie 02/02/2012 Remove unused DPSS function * @rc003 rickylie 02/03/2012 Verify & Clean Up OCC Headers & Comments * * @endverbatim * *///*************************************************************************/ #ifndef _DPSS_H #define _DPSS_H //************************************************************************* // Includes //************************************************************************* #include #include //************************************************************************* // Externs //************************************************************************* //************************************************************************* // Macros //************************************************************************* //************************************************************************* // Defines/Enums //************************************************************************* //************************************************************************* // Structures //************************************************************************* //************************************************************************* // Globals //************************************************************************* //************************************************************************* // Function Prototypes //************************************************************************* // dpss_initialize is part of the dpss init applet @at000D // DPSS oversubscription IRQ handler void isr_dpss_oversubscription_handler_full(void *private, SsxIrqId irq, int priority); // Installs the DPSS oversubscription IRQ handler errlHndl_t dpss_oversubscription_irq_initialize(); //************************************************************************* // Functions //************************************************************************* #endif //_DPSS_H