summaryrefslogtreecommitdiffstats
path: root/src/usr/expaccess/expscom_trace.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/expaccess/expscom_trace.C')
-rw-r--r--src/usr/expaccess/expscom_trace.C38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/usr/expaccess/expscom_trace.C b/src/usr/expaccess/expscom_trace.C
new file mode 100644
index 000000000..041530f27
--- /dev/null
+++ b/src/usr/expaccess/expscom_trace.C
@@ -0,0 +1,38 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/expaccess/expscom_trace.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
+/* [+] 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 */
+///
+/// @file expscom_trace.C
+///
+/// @brief Initialized trace descriptor for expscom
+///
+
+
+#include "expscom_trace.H"
+#include <limits.h>
+#include <hbotcompid.H>
+
+// Trace definition
+trace_desc_t* g_trac_expscom = nullptr;
+TRAC_INIT(&g_trac_expscom, EXPSCOM_COMP_NAME, 2*KILOBYTE); \ No newline at end of file
OpenPOWER on IntegriCloud