VirtualBox

Changeset 20364 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Jun 8, 2009 12:17:43 AM (16 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Runtime/r0drv
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/alloc-r0drv.h

    r8245 r20364  
    3636#include "internal/magics.h"
    3737
    38 __BEGIN_DECLS
     38RT_BEGIN_DECLS
    3939
    4040/**
     
    6868void        rtMemFree(PRTMEMHDR pHdr);
    6969
    70 __END_DECLS
     70RT_END_DECLS
    7171#endif
    7272
  • trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h

    r19919 r20364  
    8787
    8888
    89 __BEGIN_DECLS
     89RT_BEGIN_DECLS
    9090/* mach/vm_types.h */
    9191typedef struct pmap *pmap_t;
     
    120120extern int ml_get_max_cpus(void);
    121121
    122 __END_DECLS
     122RT_END_DECLS
    123123
    124124
     
    127127 */
    128128
    129 __BEGIN_DECLS
     129RT_BEGIN_DECLS
    130130extern lck_grp_t *g_pDarwinLockGroup;
    131131int  rtThreadPreemptDarwinInit(void);
    132132void rtThreadPreemptDarwinTerm(void);
    133 __END_DECLS
     133RT_END_DECLS
    134134
    135135
  • trunk/src/VBox/Runtime/r0drv/linux/string.h

    r8245 r20364  
    3434#include <iprt/cdefs.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737#ifndef bool /* Linux 2.6.19 C++ nightmare */
    3838#define bool bool_type
     
    5656    ;
    5757
    58 __END_DECLS
     58RT_END_DECLS
    5959
    6060#endif
  • trunk/src/VBox/Runtime/r0drv/mp-r0drv.h

    r9602 r20364  
    3434#include <iprt/mp.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/**
     
    7171void rtMpNotificationDoCallbacks(RTMPEVENT enmEvent, RTCPUID idCpu);
    7272
    73 __END_DECLS
     73RT_END_DECLS
    7474
    7575#endif
  • trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h

    r19969 r20364  
    3434#include <iprt/cpuset.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/*******************************************************************************
     
    5454
    5555
    56 __END_DECLS
     56RT_END_DECLS
    5757
    5858#endif
  • trunk/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h

    r18496 r20364  
    4141# define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
    4242# pragma warning(disable : 4163)
    43 __BEGIN_DECLS
     43RT_BEGIN_DECLS
    4444# include <ntddk.h>
    45 __END_DECLS
     45RT_END_DECLS
    4646# pragma warning(default : 4163)
    4747# undef  _InterlockedExchange
     
    5050# undef  _InterlockedAddLargeStatistic
    5151#else
    52 __BEGIN_DECLS
     52RT_BEGIN_DECLS
    5353# include <ntddk.h>
    54 __END_DECLS
     54RT_END_DECLS
    5555#endif
    5656
  • trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp

    r20130 r20364  
    4141#include "internal-r0drv-nt.h"
    4242
    43 __BEGIN_DECLS
     43RT_BEGIN_DECLS
    4444NTSTATUS NTAPI ZwYieldExecution(void);
    45 __END_DECLS
     45RT_END_DECLS
    4646
    4747
  • trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h

    r8245 r20364  
    4040#include <os2ddk/devhlp.h>
    4141
    42 __BEGIN_DECLS
     42RT_BEGIN_DECLS
    4343
    4444extern PCDOSTABLE   g_pDosTable;
     
    5151DECLASM(int) RTR0Os2DHVMGlobalToProcess(ULONG fFlags, PVOID pvR0, ULONG cb, PPVOID ppvR3);
    5252
    53 __END_DECLS
     53RT_END_DECLS
    5454
    5555#endif
  • trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp

    r14298 r20364  
    101101*   Internal Functions                                                         *
    102102*******************************************************************************/
    103 __BEGIN_DECLS
     103RT_BEGIN_DECLS
    104104DECLASM(void) rtTimerOs2Tick(void);
    105105DECLASM(int) rtTimerOs2Arm(void);
    106106DECLASM(int) rtTimerOs2Dearm(void);
    107 __END_DECLS
     107RT_END_DECLS
    108108
    109109
  • trunk/src/VBox/Runtime/r0drv/power-r0drv.h

    r13478 r20364  
    3434#include <iprt/power.h>
    3535
    36 __BEGIN_DECLS
     36RT_BEGIN_DECLS
    3737
    3838/* Called from initterm-r0drv.cpp: */
     
    4040void rtR0PowerNotificationTerm(void);
    4141
    42 __END_DECLS
     42RT_END_DECLS
    4343
    4444#endif
  • trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h

    r8245 r20364  
    6161#include <iprt/cdefs.h>
    6262
    63 __BEGIN_DECLS
     63RT_BEGIN_DECLS
    6464extern struct ddi_dma_attr g_SolarisX86PhysMemLimits;
    65 __END_DECLS
     65RT_END_DECLS
    6666
    6767#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette