define check_full_in_bank(a,b) (1) when no MMU

This commit is contained in:
Laurent Vivier 2005-10-20 22:01:29 +00:00
parent 4aa27aeab3
commit f962537ede

View File

@ -38,5 +38,6 @@ extern int check_full_in_bank(unsigned long start, unsigned long size);
extern void *malloc_contiguous(size_t size);
#else
#define malloc_contiguous malloc
#define check_full_in_bank(a,b) (1)
#endif
extern void *malloc_top(size_t size);