Trust uboot's device list only if it does not look suspicious.
[AROS.git] / arch / all-pc / bootstrap / support.h
blob0aee08490c063740d26a4fce81ef3c0810dfedc5
1 #ifndef SUPPORT_H_
2 #define SUPPORT_H_
4 char *__bs_remove_path(char *in);
5 void *__bs_malloc(unsigned long size);
6 void __bs_free(void);
7 void kprintf(const char *, ...);
9 #endif /*SUPPORT_H_*/