Changeset 58 in kStuff for trunk/include/k/kLdr.h
- Timestamp:
- Oct 12, 2013 8:18:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/k/kLdr.h
r54 r58 366 366 367 367 368 /** @name KLDRMOD::fFlags 369 * @{ */ 370 /** The link address doesn't form a contiguous image, from the first to the 371 * last segment. */ 372 #define KLDRMOD_FLAGS_NON_CONTIGUOUS_LINK_ADDRS K_BIT32(0) 373 /** @} */ 374 368 375 /** Pointer to a module interpreter method table. */ 369 376 typedef struct KLDRMODOPS *PKLDRMODOPS; … … 390 397 /** The endian used by the module. */ 391 398 KLDRENDIAN enmEndian; 399 /** Module falgs. */ 400 KU32 fFlags; 392 401 /** The filename length (bytes). */ 393 402 KU32 cchFilename;
Note:
See TracChangeset
for help on using the changeset viewer.