clib/mktemp.c & shell/If: Fix checking for existing file.
[AROS.git] / arch / all-native / kernel / boot_utils.h
blob74661ef7407638fa9ba2a3e4a6007a9bc123553e
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);