Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes shape bits 74:77.
Syntax
typedef enum _ACPI_PLD_SHAPE {
AcpiPldShapeRound,
AcpiPldShapeOval,
AcpiPldShapeSquare,
AcpiPldShapeVRect,
AcpiPldShapeHRect,
AcpiPldShapeVTrap,
AcpiPldShapeHTrap,
AcpiPldShapeUnknown,
AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;
Constants
AcpiPldShapeRoundValue is 0. |
AcpiPldShapeOvalValue is 1. |
AcpiPldShapeSquareValue is 2. |
AcpiPldShapeVRectValue is 3. |
AcpiPldShapeHRectValue is 4. |
AcpiPldShapeVTrapValue is 5. |
AcpiPldShapeHTrapValue is 6. |
AcpiPldShapeUnknownValue is 7. |
AcpiPldShapeChamferedValue is 8. |
Requirements
| Requirement | Value |
|---|---|
| Header | acpitabl.h |