dtcompiler.h (97c0b5ab18b6131ab11ed03b38d5e239fc811a3e) | dtcompiler.h (1b7a2680fba589daf6f700565214919cb941ab56) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: dtcompiler.h - header for data table compiler 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 644 unchanged lines hidden (view full) --- 653DtCompileMsct ( 654 void **PFieldList); 655 656ACPI_STATUS 657DtCompileNfit ( 658 void **PFieldList); 659 660ACPI_STATUS | 1/****************************************************************************** 2 * 3 * Module Name: dtcompiler.h - header for data table compiler 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 644 unchanged lines hidden (view full) --- 653DtCompileMsct ( 654 void **PFieldList); 655 656ACPI_STATUS 657DtCompileNfit ( 658 void **PFieldList); 659 660ACPI_STATUS |
661DtCompileNhlt ( 662 void **PFieldList); 663 664ACPI_STATUS |
|
661DtCompilePcct ( 662 void **PFieldList); 663 664ACPI_STATUS 665DtCompilePdtt ( 666 void **PFieldList); 667 668ACPI_STATUS --- 157 unchanged lines hidden --- | 665DtCompilePcct ( 666 void **PFieldList); 667 668ACPI_STATUS 669DtCompilePdtt ( 670 void **PFieldList); 671 672ACPI_STATUS --- 157 unchanged lines hidden --- |