xiaoxiang781216 commented on PR #17891:
URL: https://github.com/apache/nuttx/pull/17891#issuecomment-3750958452

   @xianglyc please fix:
   ```
   common/x86_64_acpi.c: In function 'acpi_table_get':
   Error: common/x86_64_acpi.c:539:40: error: invalid use of undefined type 
'struct acpi_facp_s'
     539 |           *data = kmm_zalloc(acpi->facp->sdt.length);
         |                                        ^~
   Error: common/x86_64_acpi.c:546:27: error: invalid use of undefined type 
'struct acpi_facp_s'
     546 |           len = acpi->facp->sdt.length;
         |                           ^~
   Error: common/x86_64_acpi.c:552:56: error: invalid use of undefined type 
'struct acpi_facp_s'
     552 |       dsdt = (struct acpi_sdt_s *)(uintptr_t)acpi->facp->dsdt;
    ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to