blob: 5522858d1f47194940622002dcf6e26231659608 [file] [log] [blame]
#ifndef __DM_H__
#define __DM_H__
#include "tim.h"
int dm_mod_parse(void);
void dm_mod_append(char *cmdline);
int get_image_size_to_hash(struct TIM *tim, unsigned int imageid, uint32_t offset, uint32_t *size);
#endif