VirtualBox

Changeset 26227 in vbox for trunk/include


Ignore:
Timestamp:
Feb 3, 2010 10:17:29 PM (15 years ago)
Author:
vboxsync
Message:

s/IN_SUP_GC/IN_SUP_RC/g; s/SUPGCDECL/SUPRCDECL/g

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cdefs.h

    r25647 r26227  
    6767#define IN_SUP_R0
    6868#define IN_SUP_R3
    69 #define IN_SUP_GC
     69#define IN_SUP_RC
    7070#define IN_SUP_STATIC
    7171#define IN_USBLIB
     
    122122
    123123/** @def IN_INTNET_R3
    124  * Used to indicate whether we're inside the same link module as the Ring 3
     124 * Used to indicate whether we're inside the same link module as the Ring-3
    125125 * Internal Networking Service.
    126126 */
     
    168168
    169169/** @def IN_SUP_R3
    170  * Used to indicate whether we're inside the same link module as the Ring 3 Support Library or not.
     170 * Used to indicate whether we're inside the same link module as the Ring-3
     171 * Support Library or not.
    171172 */
    172173/** @def SUPR3DECL(type)
     
    181182
    182183/** @def IN_SUP_R0
    183  * Used to indicate whether we're inside the same link module as the Ring 0
     184 * Used to indicate whether we're inside the same link module as the Ring-0
    184185 * Support Library or not.
    185186 */
     
    206207#endif
    207208
    208 /** @def IN_SUP_GC
    209  * Used to indicate whether we're inside the same link module as the GC Support Library or not.
    210  */
    211 /** @def SUPGCDECL(type)
     209/** @def IN_SUP_RC
     210 * Used to indicate whether we're inside the same link module as the RC Support
     211 * Library or not.
     212 */
     213/** @def SUPRCDECL(type)
    212214 * Support library export or import declaration.
    213215 * @param   type    The return type of the function declaration.
    214216 */
    215 #ifdef IN_SUP_GC
    216 # define SUPGCDECL(type)    DECLEXPORT(type) VBOXCALL
    217 #else
    218 # define SUPGCDECL(type)    DECLIMPORT(type) VBOXCALL
     217#ifdef IN_SUP_RC
     218# define SUPRCDECL(type)    DECLEXPORT(type) VBOXCALL
     219#else
     220# define SUPRCDECL(type)    DECLIMPORT(type) VBOXCALL
    219221#endif
    220222
    221223/** @def IN_SUP_R0
    222  * Used to indicate whether we're inside the same link module as the Ring 0 Support Library or not.
     224 * Used to indicate whether we're inside the same link module as the Ring-0
     225 * Support Library or not.
    223226 */
    224227/** @def SUPR0DECL(type)
     
    226229 * @param   type    The return type of the function declaration.
    227230 */
    228 #if defined(IN_SUP_R0) || defined(IN_SUP_R3) || defined(IN_SUP_GC)
     231#if defined(IN_SUP_R0) || defined(IN_SUP_R3) || defined(IN_SUP_RC)
    229232# define SUPDECL(type)      DECLEXPORT(type) VBOXCALL
    230233#else
     
    260263 */
    261264/** @def VMMR3DECL
    262  * Ring 3 VMM export or import declaration.
     265 * Ring-3 VMM export or import declaration.
    263266 * @param   type    The return type of the function declaration.
    264267 */
     
    280283
    281284/** @def IN_VMM_R0
    282  * Used to indicate whether we're inside the same link module as the ring 0 part of the
    283  * virtual machine monitor or not.
     285 * Used to indicate whether we're inside the same link module as the ring-0 part
     286 * of the virtual machine monitor or not.
    284287 */
    285288/** @def VMMR0DECL
    286  * Ring 0 VMM export or import declaration.
     289 * Ring-0 VMM export or import declaration.
    287290 * @param   type    The return type of the function declaration.
    288291 */
  • trunk/include/VBox/sup.h

    r25459 r26227  
    217217 *          as volatile. Thus, there is no PCSUPGLOBALINFOPAGE type.
    218218 */
    219 #if defined(IN_SUP_R0) || defined(IN_SUP_R3) || defined(IN_SUP_GC)
     219#if defined(IN_SUP_R0) || defined(IN_SUP_R3) || defined(IN_SUP_RC)
    220220extern DECLEXPORT(PSUPGLOBALINFOPAGE)   g_pSUPGlobalInfoPage;
    221221
     
    463463#ifdef IN_RING3
    464464
    465 /** @defgroup   grp_sup_r3     SUP Host Context Ring 3 API
     465/** @defgroup   grp_sup_r3     SUP Host Context Ring-3 API
    466466 * @ingroup grp_sup
    467467 * @{
     
    966966
    967967#ifdef IN_RING0
    968 /** @defgroup   grp_sup_r0     SUP Host Context Ring 0 API
     968/** @defgroup   grp_sup_r0     SUP Host Context Ring-0 API
    969969 * @ingroup grp_sup
    970970 * @{
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