summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbecmdmemaccess.H
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/sbecmdmemaccess.H')
-rw-r--r--sbe/sbefw/sbecmdmemaccess.H31
1 files changed, 0 insertions, 31 deletions
diff --git a/sbe/sbefw/sbecmdmemaccess.H b/sbe/sbefw/sbecmdmemaccess.H
deleted file mode 100644
index 1b7dddc0..00000000
--- a/sbe/sbefw/sbecmdmemaccess.H
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * @file: ppe/sbe/sbefw/sbecmdmemaccess.H
- *
- * @brief This file contains the Interfaces for the Memory Access chip-ops
- *
- */
-
-#ifndef __SBEFW_SBECMDMEMACCESS_H
-#define __SBEFW_SBECMDMEMACCESS_H
-
-#include <stdint.h>
-
-/**
- * @brief sbeGetMem : Implements SBE Get Memory 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 sbeGetMem (uint8_t *i_pArg);
-
-/**
- * @brief sbePutMem : Implements SBE Put Memory 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 sbePutMem (uint8_t *i_pArg);
-
-#endif /* __SBEFW_SBECMDMEMACCESS_H */
OpenPOWER on IntegriCloud