Changeset 26399 in vbox for trunk/include
- Timestamp:
- Feb 10, 2010 7:11:15 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r26376 r26399 1626 1626 1627 1627 /** Current PDMHPETREG version number. */ 1628 #define PDM_HPETREG_VERSION 0x1f0100011628 #define PDM_HPETREG_VERSION PDM_VERSION_MAKE(0xffe2, 1, 0) 1629 1629 1630 1630 /** 1631 1631 * HPET RC helpers. 1632 * 1633 * @remarks Keep this around in case HPET will need PDM interaction in again RC 1634 * at some later point. 1632 1635 */ 1633 1636 typedef struct PDMHPETHLPRC … … 1635 1638 /** Structure version. PDM_HPETHLPRC_VERSION defines the current version. */ 1636 1639 uint32_t u32Version; 1637 1638 /* just leave in case HPET will need PDM interaction in RC */1639 1640 1640 1641 /** Just a safety precaution. */ … … 1648 1649 1649 1650 /** Current PDMHPETHLPRC version number. */ 1650 #define PDM_HPETHLPRC_VERSION PDM_VERSION_MAKE(0xffee, 1, 1)1651 #define PDM_HPETHLPRC_VERSION PDM_VERSION_MAKE(0xffee, 2, 0) 1651 1652 1652 1653 1653 1654 /** 1654 1655 * HPET R0 helpers. 1656 * 1657 * @remarks Keep this around in case HPET will need PDM interaction in again R0 1658 * at some later point. 1655 1659 */ 1656 1660 typedef struct PDMHPETHLPR0 … … 1658 1662 /** Structure version. PDM_HPETHLPR0_VERSION defines the current version. */ 1659 1663 uint32_t u32Version; 1660 1661 1662 /* just leave in case HPET will need PDM interaction in R0 */1663 1664 1664 1665 /** Just a safety precaution. */ … … 1672 1673 1673 1674 /** Current PDMHPETHLPR0 version number. */ 1674 #define PDM_HPETHLPR0_VERSION PDM_VERSION_MAKE(0xffed, 1, 1)1675 #define PDM_HPETHLPR0_VERSION PDM_VERSION_MAKE(0xffed, 2, 0) 1675 1676 1676 1677 /**
Note:
See TracChangeset
for help on using the changeset viewer.