Changeset 2958 for trunk/kLdr/kLdr.h


Ignore:
Timestamp:
Feb 9, 2007, 6:12:22 AM (19 years ago)
Author:
bird
Message:

Relocations (generic only - x86 is generic).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdr.h

    r2956 r2958  
    541541    KLDRENDIAN_32BIT_HACK = 0x7fffffff
    542542} KLDRENDIAN;
     543
     544
     545/** @def KLDR_LITTLE_ENDIAN
     546 * The kLdr build is for a little endian target. */
     547/** @def KLDR_BIG_ENDIAN
     548 * The kLdr build is for a big endian target. */
     549#if !defined(KLDR_LITTLE_ENDIAN) && !defined(KLDR_BIG_ENDIAN)
     550# define KLDR_LITTLE_ENDIAN
     551#endif
     552#ifdef __DOXYGEN__
     553# define KLDR_BIG_ENDIAN
     554#endif
    543555
    544556
Note: See TracChangeset for help on using the changeset viewer.