From 2876197306df09f003024784feb197d7ef14b0f8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 12 Jan 2007 07:32:46 +0000 Subject: Allow "imgexec" with no arguments to boot the file that was loaded with "kernel". --- src/include/usr/imgmgmt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/usr/imgmgmt.h b/src/include/usr/imgmgmt.h index 86a65da50..f0484106b 100644 --- a/src/include/usr/imgmgmt.h +++ b/src/include/usr/imgmgmt.h @@ -11,6 +11,7 @@ extern int imgfetch ( const char *filename, const char *name, struct image **new_image ); extern int imgload ( struct image *image ); extern int imgexec ( struct image *image ); +extern struct image * imgautoselect ( void ); extern void imgstat ( struct image *image ); extern void imgfree ( struct image *image ); -- cgit v1.2.3-55-g7522