VirtualBox

Changeset 106338 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Oct 16, 2024 8:14:06 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165151
Message:

Runtime: Add ACPI table builder API to dynamically generate a DSDT/SSDT, bugref:10733 [missing file]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r106061 r106338  
    32043204#define NIL_RTFDT                                  ((RTFDT)~(uintptr_t)0)
    32053205
     3206/** ACPI table handle. */
     3207typedef struct RTACPITBLINT                 RT_FAR *RTACPITBL;
     3208/** Pointer to an ACPI table handle. */
     3209typedef RTACPITBL                           RT_FAR *PRTACPITBL;
     3210/** A NIL ACPI table handle. */
     3211#define NIL_RTACPITBL                              ((RTACPITBL)~(uintptr_t)0)
     3212
     3213/** ACPI resource handle. */
     3214typedef struct RTACPIRESINT                 RT_FAR *RTACPIRES;
     3215/** Pointer to an ACPI resource handle. */
     3216typedef RTACPIRES                           RT_FAR *PRTACPIRES;
     3217/** A NIL ACPI resource handle. */
     3218#define NIL_RTACPIRES                              ((RTACPIRES)~(uintptr_t)0)
     3219
    32063220
    32073221/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette