diff options
Diffstat (limited to 'include/part.h')
| -rw-r--r-- | include/part.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/part.h b/include/part.h index f89ebc6e731..4f5a570795b 100644 --- a/include/part.h +++ b/include/part.h @@ -45,6 +45,10 @@ typedef struct block_dev_desc {  				      unsigned long start,  				      lbaint_t blkcnt,  				      unsigned long *buffer); +	unsigned long	(*block_write)(int dev, +				       unsigned long start, +				       lbaint_t blkcnt, +				       const void *buffer);  }block_dev_desc_t;  /* Interface types: */ | 
