Ignore:
Timestamp:
Aug 31, 2007, 4:16:27 AM (18 years ago)
Author:
bird
Message:

Dropped kLdrBase.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/kLdr.h

    r3567 r3569  
    3535 * Include the base typedefs and macros.
    3636 */
    37 #include "kLdrBase.h"
     37#include <k/kDefs.h>
     38#include <k/kTypes.h>
    3839
    3940
     
    5859# define PRI_KLDRADDR    "llx"
    5960#endif
     61
     62/** Align a KSIZE value. */
     63#define KLDR_ALIGN_ADDR(val, align) ( ((val) + ((align) - 1)) & ~(KLDRADDR)((align) - 1) )
    6064
    6165
Note: See TracChangeset for help on using the changeset viewer.