summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_analytics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/amec/amec_analytics.h')
-rwxr-xr-xsrc/occ_405/amec/amec_analytics.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/occ_405/amec/amec_analytics.h b/src/occ_405/amec/amec_analytics.h
deleted file mode 100755
index b6a344e..0000000
--- a/src/occ_405/amec/amec_analytics.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/occ_405/amec/amec_analytics.h $ */
-/* */
-/* OpenPOWER OnChipController Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
-/* [+] International Business Machines Corp. */
-/* */
-/* */
-/* Licensed under the Apache License, Version 2.0 (the "License"); */
-/* you may not use this file except in compliance with the License. */
-/* You may obtain a copy of the License at */
-/* */
-/* http://www.apache.org/licenses/LICENSE-2.0 */
-/* */
-/* Unless required by applicable law or agreed to in writing, software */
-/* distributed under the License is distributed on an "AS IS" BASIS, */
-/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
-/* implied. See the License for the specific language governing */
-/* permissions and limitations under the License. */
-/* */
-/* IBM_PROLOG_END_TAG */
-
-#ifndef _AMEC_ANALYTICS_H
-#define _AMEC_ANALYTICS_H
-
-/*----------------------------------------------------------------------------*/
-/* Includes */
-/*----------------------------------------------------------------------------*/
-
-/*----------------------------------------------------------------------------*/
-/* Defines/Constants */
-/*----------------------------------------------------------------------------*/
-
-/*----------------------------------------------------------------------------*/
-/* Function Declarations */
-/*----------------------------------------------------------------------------*/
-
-// Function that enables stream buffer recording
-void amec_analytics_sb_recording(void);
-
-// Function that is called by AMEC State Machine for analytics
-void amec_analytics_main(void);
-
-#endif // _AMEC_ANALYTICS_H
OpenPOWER on IntegriCloud