acutils.h (0337966d121ebebf73a1c346123e8112796e684e) | acutils.h (97028ce6fca0fec53ee71e2fd5acfb2dc8430f1f) |
---|---|
1/****************************************************************************** 2 * 3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2017, Intel Corp. --- 71 unchanged lines hidden (view full) --- 80extern const char *acpi_gbl_cph_decode[]; 81extern const char *acpi_gbl_cpo_decode[]; 82extern const char *acpi_gbl_dp_decode[]; 83extern const char *acpi_gbl_ed_decode[]; 84extern const char *acpi_gbl_bpb_decode[]; 85extern const char *acpi_gbl_sb_decode[]; 86extern const char *acpi_gbl_fc_decode[]; 87extern const char *acpi_gbl_pt_decode[]; | 1/****************************************************************************** 2 * 3 * Name: acutils.h -- prototypes for the common (subsystem-wide) procedures 4 * 5 *****************************************************************************/ 6 7/* 8 * Copyright (C) 2000 - 2017, Intel Corp. --- 71 unchanged lines hidden (view full) --- 80extern const char *acpi_gbl_cph_decode[]; 81extern const char *acpi_gbl_cpo_decode[]; 82extern const char *acpi_gbl_dp_decode[]; 83extern const char *acpi_gbl_ed_decode[]; 84extern const char *acpi_gbl_bpb_decode[]; 85extern const char *acpi_gbl_sb_decode[]; 86extern const char *acpi_gbl_fc_decode[]; 87extern const char *acpi_gbl_pt_decode[]; |
88extern const char *acpi_gbl_ptyp_decode[]; |
|
88#endif 89 90/* 91 * For the iASL compiler case, the output is redirected to stderr so that 92 * any of the various ACPI errors and warnings do not appear in the output 93 * files, for either the compiler or disassembler portions of the tool. 94 */ 95#ifdef ACPI_ASL_COMPILER --- 643 unchanged lines hidden --- | 89#endif 90 91/* 92 * For the iASL compiler case, the output is redirected to stderr so that 93 * any of the various ACPI errors and warnings do not appear in the output 94 * files, for either the compiler or disassembler portions of the tool. 95 */ 96#ifdef ACPI_ASL_COMPILER --- 643 unchanged lines hidden --- |