Changeset 2889 for trunk/kLdr/kLdr.h


Ignore:
Timestamp:
Nov 20, 2006, 11:27:03 AM (19 years ago)
Author:
bird
Message:

started on fixups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdr.h

    r2882 r2889  
    10891089/** Bad forwarder entry. */
    10901090#define KLDR_ERR_LX_BAD_FORWARDER                           (KLDR_ERR_LX_BASE + 10)
     1091/** internal fixup chain isn't implemented yet. */
     1092#define KLDR_ERR_LX_NRICHAIN_NOT_SUPPORTED                  (KLDR_ERR_LX_BASE + 11)
    10911093/** @} */
    10921094
    10931095/** End of the valid kLdr status codes. */
    1094 #define KLDR_ERR_END                                        (KLDR_ERR_LX_BASE + 11)
     1096#define KLDR_ERR_END                                        (KLDR_ERR_LX_BASE + 12)
    10951097
    10961098/** @} */
Note: See TracChangeset for help on using the changeset viewer.