sbsigntools/sbsigntool.h
Jeremy Kerr 3b802fe3da Initial commit
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
2012-04-23 17:25:19 +08:00

12 lines
182 B
C

#ifndef SBSIGNTOOL_H
#define SBSIGNTOOL_H
struct sign_context {
struct image *image;
const char *infilename;
const char *outfilename;
int verbose;
}
#endif /* SBSIGNTOOL_H */