summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/common/securetrace.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/common/securetrace.H')
-rw-r--r--src/usr/secureboot/common/securetrace.H8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/secureboot/common/securetrace.H b/src/usr/secureboot/common/securetrace.H
index 17c6988c7..06d3bc6b5 100644
--- a/src/usr/secureboot/common/securetrace.H
+++ b/src/usr/secureboot/common/securetrace.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -61,4 +61,10 @@ extern trace_desc_t* g_trac_secure;
#define SB_DBG_BIN(args...) \
TRACDBIN(SECUREBOOT::g_trac_secure,args)
+#define SB_UNIT(args...) \
+ TRACUCOMP(SECUREBOOT::g_trac_secure,"U> " args)
+
+#define SB_UNIT_BIN(args...) \
+ TRACUBIN(SECUREBOOT::g_trac_secure,args)
+
#endif
OpenPOWER on IntegriCloud