summaryrefslogtreecommitdiffstats
path: root/source/include/acoutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acoutput.h')
-rw-r--r--source/include/acoutput.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/include/acoutput.h b/source/include/acoutput.h
index 4b5ca9c..371ce7f 100644
--- a/source/include/acoutput.h
+++ b/source/include/acoutput.h
@@ -409,6 +409,11 @@
#define return_VALUE(Value) \
ACPI_TRACE_EXIT (AcpiUtValueExit, UINT64, Value)
+#define return_UINT32(Value) \
+ ACPI_TRACE_EXIT (AcpiUtValueExit, UINT32, Value)
+
+#define return_UINT8(Value) \
+ ACPI_TRACE_EXIT (AcpiUtValueExit, UINT8, Value)
/* Conditional execution */
@@ -457,8 +462,10 @@
#define return_VOID return
#define return_ACPI_STATUS(s) return(s)
-#define return_VALUE(s) return(s)
#define return_PTR(s) return(s)
+#define return_VALUE(s) return(s)
+#define return_UINT8(s) return(s)
+#define return_UINT32(s) return(s)
#endif /* ACPI_DEBUG_OUTPUT */
OpenPOWER on IntegriCloud