1 #include <utility/tagitem.h>
3 void krnCopyMem(const void *src
, void *dest
, unsigned long size
);
5 void RelocateBootMsg(const struct TagItem
*msg
);
6 void RelocateTagData(struct TagItem
*tag
, unsigned long size
);
7 void RelocateStringData(struct TagItem
*tag
);
8 void RelocateBSSData(struct TagItem
*tag
);