summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbecmdgeneric.H
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/sbecmdgeneric.H')
-rw-r--r--sbe/sbefw/sbecmdgeneric.H23
1 files changed, 0 insertions, 23 deletions
diff --git a/sbe/sbefw/sbecmdgeneric.H b/sbe/sbefw/sbecmdgeneric.H
deleted file mode 100644
index 465f82be..00000000
--- a/sbe/sbefw/sbecmdgeneric.H
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * @file: ppe/sbe/sbefw/sbecmdgeneric.H
- *
- * @brief This file contains the SBE Generic command details
- *
- */
-
-#ifndef __SBEFW_SBECMDGENERIC_H
-#define __SBEFW_SBECMDGENERIC_H
-
-#include <stdint.h>
-
-
-/**
- * @brief SBE Generic capabilities (0xA802)
- *
- * @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 sbeGetCapabilities(uint8_t *i_pArg);
-
-#endif // __SBEFW_SBECMDGENERIC_H
OpenPOWER on IntegriCloud