Files
ipxe/src/include/usr/imgmgmt.h

13 lines
162 B
C
Raw Normal View History

#ifndef _USR_IMGMGMT_H
#define _USR_IMGMGMT_H
/** @file
*
* Image management
*
*/
extern void imgstat ( struct image *image );
#endif /* _USR_IMGMGMT_H */