diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-20 22:31:50 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-07-20 22:31:50 +0000 |
| commit | 136eac2a0638d3c751b1987603f71a9ae26879fd (patch) | |
| tree | 1e61df024e8a47b6bc4e25d07f455c9dcd7e2dc8 /source/include/acdispat.h | |
| parent | f3bbb1ca6c1b2b877d015a8f5f0c67e48a7a57ae (diff) | |
Notes
Diffstat (limited to 'source/include/acdispat.h')
| -rw-r--r-- | source/include/acdispat.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/include/acdispat.h b/source/include/acdispat.h index 9364fe398444..0a1b1ac4f64c 100644 --- a/source/include/acdispat.h +++ b/source/include/acdispat.h @@ -461,4 +461,14 @@ AcpiDsResultPush ( ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState); + +/* + * dsdebug - parser debugging routines + */ +void +AcpiDsDumpMethodStack ( + ACPI_STATUS Status, + ACPI_WALK_STATE *WalkState, + ACPI_PARSE_OBJECT *Op); + #endif /* _ACDISPAT_H_ */ |
