]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - api_examples/libgenwrap.c
avr32: Remove second definition of virt_to_phys()
[people/ms/u-boot.git] / api_examples / libgenwrap.c
index df62633ca70b40d6d6bcb3ce281269fa4efa22e3..2b62badfb88e32b8162d6410cb7423b2cf404f00 100644 (file)
@@ -84,7 +84,12 @@ void do_reset (void)
        ub_reset();
 }
 
-void *malloc(size_t len)
+void *malloc (size_t len)
 {
        return NULL;
 }
+
+void hang (void)
+{
+       while (1) ;
+}