Changeset 20367 in vbox for trunk/src/VBox/Devices/PC/DevAPIC.cpp
- Timestamp:
- Jun 8, 2009 12:25:19 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r20197 r20367 438 438 #ifdef VBOX 439 439 static uint32_t apic_get_delivery_bitmask(APICDeviceInfo* dev, uint8_t dest, uint8_t dest_mode); 440 __BEGIN_DECLS440 RT_BEGIN_DECLS 441 441 PDMBOTHCBDECL(int) apicMMIORead(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb); 442 442 PDMBOTHCBDECL(int) apicMMIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb); … … 457 457 458 458 static void apic_update_tpr(APICDeviceInfo *dev, APICState* s, uint32_t val); 459 __END_DECLS459 RT_END_DECLS 460 460 #endif /* VBOX */ 461 461
Note:
See TracChangeset
for help on using the changeset viewer.