Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
uboot
/
board
/
Marvell
/
common
/
dm.h
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