Changeset 18532 in vbox for trunk/include/VBox
- Timestamp:
- Mar 30, 2009 12:01:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmcritsect.h
r13005 r18532 48 48 { 49 49 /** Padding. */ 50 uint8_t padding[HC_ARCH_BITS == 64 ? 0xb8 : 0x 88];50 uint8_t padding[HC_ARCH_BITS == 64 ? 0xb8 : 0xa8]; 51 51 #ifdef PDMCRITSECTINT_DECLARED 52 52 /** The internal structure (not normally visible). */ … … 70 70 VMMDECL(int) PDMR3CritSectTerm(PVM pVM); 71 71 VMMR3DECL(void) PDMR3CritSectFF(PVM pVM); 72 VMMR3DECL(uint32_t) PDMR3CritSectCountOwned(PVM pVM, char *pszNames, size_t cbNames); 72 73 73 74 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.