]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[image] Move the register_and_{select|boot}_image() functions to imgmgmt.c
authorMichael Brown <mcb30@ipxe.org>
Wed, 9 Mar 2011 13:11:35 +0000 (13:11 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 9 Mar 2011 13:11:35 +0000 (13:11 +0000)
commitd17a84a056a412f10a85985dc2c43b6fbedd0abd
treeb01b63c97beef21ee33ac541d86c600580c5a7ce
parent3936136e5e300ad793e0eb149eb13a4400b208f6
[image] Move the register_and_{select|boot}_image() functions to imgmgmt.c

These functions are used only as the "action" parameters to
imgdownload() or imgfetch(), and so belong in imgmgmt.c rather than
image.c

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/image.c
src/include/ipxe/image.h
src/include/usr/imgmgmt.h
src/usr/imgmgmt.c