1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef _INTEGRITY_H_ #define _INTEGRITY_H_ #include "globals.h" void integrity_init(void); void integrity_shutdown(void); void integrity_check(dnbd3_image_t *image, int block, bool blocking); void integrity_trigger(void); #endif /* INTEGRITY_H_ */