summaryrefslogtreecommitdiffstats
path: root/src/occ/pss/dpss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ/pss/dpss.h')
-rwxr-xr-xsrc/occ/pss/dpss.h68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/occ/pss/dpss.h b/src/occ/pss/dpss.h
new file mode 100755
index 0000000..a6b0e7d
--- /dev/null
+++ b/src/occ/pss/dpss.h
@@ -0,0 +1,68 @@
+/******************************************************************************
+// @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 <errl.h>
+#include <rtls.h>
+
+//*************************************************************************
+// 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
OpenPOWER on IntegriCloud