VirtualBox

Ignore:
Timestamp:
Jun 8, 2009 12:25:19 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48290
Message:

Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r20197 r20367  
    438438#ifdef VBOX
    439439static uint32_t apic_get_delivery_bitmask(APICDeviceInfo* dev, uint8_t dest, uint8_t dest_mode);
    440 __BEGIN_DECLS
     440RT_BEGIN_DECLS
    441441PDMBOTHCBDECL(int)  apicMMIORead(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb);
    442442PDMBOTHCBDECL(int)  apicMMIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTGCPHYS GCPhysAddr, void *pv, unsigned cb);
     
    457457
    458458static void apic_update_tpr(APICDeviceInfo *dev, APICState* s, uint32_t val);
    459 __END_DECLS
     459RT_END_DECLS
    460460#endif /* VBOX */
    461461
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