Shuffle location of generic code into utility.c
 -Erik
diff --git a/internal.h b/internal.h
index 9611c19..39f7e0c 100644
--- a/internal.h
+++ b/internal.h
@@ -177,6 +177,8 @@
 
 #if defined BB_FEATURE_MOUNT_LOOP
 extern int del_loop(const char *device);
+extern int set_loop(const char *device, const char *file, int offset, int *loopro);
+extern char *find_unused_loop_device (void);
 #endif
 
 #if defined BB_GUNZIP || defined BB_GZIP || defined BB_PRINTF || defined BB_TAIL