mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
13 lines
162 B
C
13 lines
162 B
C
|
|
#ifndef _USR_IMGMGMT_H
|
||
|
|
#define _USR_IMGMGMT_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* Image management
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
extern void imgstat ( struct image *image );
|
||
|
|
|
||
|
|
#endif /* _USR_IMGMGMT_H */
|