http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add basic "fetch" and "imgstat" commands.
[people/dverkamp/gpxe.git]
/
src
/
include
/
usr
/
imgmgmt.h
1
#ifndef _USR_IMGMGMT_H
2
#define _USR_IMGMGMT_H
3
4
/** @file
5
*
6
* Image management
7
*
8
*/
9
10
extern void imgstat ( struct image *image );
11
12
#endif /* _USR_IMGMGMT_H */