Changeset 2889 for trunk/kLdr/kLdr.h
- Timestamp:
- Nov 20, 2006, 11:27:03 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdr.h
r2882 r2889 1089 1089 /** Bad forwarder entry. */ 1090 1090 #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) 1091 1093 /** @} */ 1092 1094 1093 1095 /** End of the valid kLdr status codes. */ 1094 #define KLDR_ERR_END (KLDR_ERR_LX_BASE + 1 1)1096 #define KLDR_ERR_END (KLDR_ERR_LX_BASE + 12) 1095 1097 1096 1098 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.