summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbecmdcntlinst.H
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/sbecmdcntlinst.H')
-rw-r--r--sbe/sbefw/sbecmdcntlinst.H22
1 files changed, 0 insertions, 22 deletions
diff --git a/sbe/sbefw/sbecmdcntlinst.H b/sbe/sbefw/sbecmdcntlinst.H
deleted file mode 100644
index 61323703..00000000
--- a/sbe/sbefw/sbecmdcntlinst.H
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * @file: ppe/sbe/sbefw/sbecmdcntlinst.H
- *
- * @brief This file contains the Interfaces for Control Instructions chip-ops
- *
- */
-
-#ifndef __SBEFW_SBECMDCNTLINST_H
-#define __SBEFW_SBECMDCNTLINST_H
-
-#include <stdint.h>
-
-/**
- * @brief sbeCntlInst : Implements SBE Control instructions ChipOp
- *
- * @param[in] i_pArg Buffer to be passed to the function (not used as of now)
- *
- * @return Rc from the FIFO access utility
- */
-uint32_t sbeCntlInst (uint8_t *i_pArg);
-
-#endif /* __SBEFW_SBECMDCNTLINST_H */
OpenPOWER on IntegriCloud