Changeset 37955 in vbox for trunk/include/iprt
- Timestamp:
- Jul 14, 2011 12:23:02 PM (14 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r37954 r37955 1 1 /** @file 2 * X86 (and AMD64) Structures and Definitions (VMM,++).2 * IPRT - X86 and AMD64 Structures and Definitions. 3 3 * 4 * x86.mac is generated from this file by running 'kmk incs' in the root.4 * @note x86.mac is generated from this file by running 'kmk incs' in the root. 5 5 */ 6 6 … … 26 26 */ 27 27 28 #ifndef ___ VBox_x86_h29 #define ___ VBox_x86_h30 31 #include < VBox/types.h>28 #ifndef ___iprt_x86_h 29 #define ___iprt_x86_h 30 31 #include <iprt/types.h> 32 32 #include <iprt/assert.h> 33 33 … … 38 38 #endif 39 39 40 /** @defgroup grp_x86 x86 Types and Definitions 40 /** @defgroup grp_rt_x86 x86 Types and Definitions 41 * @ingroup grp_rt 41 42 * @{ 42 43 */ -
trunk/include/iprt/x86.mac
r37908 r37955 1 %ifndef ___ VBox_x86_h2 %define ___ VBox_x86_h1 %ifndef ___iprt_x86_h 2 %define ___iprt_x86_h 3 3 %ifdef RT_OS_SOLARIS 4 4 %endif
Note:
See TracChangeset
for help on using the changeset viewer.