VirtualBox

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


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

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

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

Legend:

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

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

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

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

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

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

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

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

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

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

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

    r20364 r20374  
    6161#include <iprt/cdefs.h>
    6262
    63 RT_BEGIN_DECLS
     63RT_C_DECLS_BEGIN
    6464extern struct ddi_dma_attr g_SolarisX86PhysMemLimits;
    65 RT_END_DECLS
     65RT_C_DECLS_END
    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