mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
layout: Drop count
parameter of flashrom_layout_new()
Change-Id: I22c180c9971068b1ae101845ce88484c6842b852 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33544 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@ -106,7 +106,7 @@ int flashrom_image_write(struct flashrom_flashctx *, void *buffer, size_t buffer
|
||||
int flashrom_image_verify(struct flashrom_flashctx *, const void *buffer, size_t buffer_len);
|
||||
|
||||
struct flashrom_layout;
|
||||
int flashrom_layout_new(struct flashrom_layout **, unsigned int count);
|
||||
int flashrom_layout_new(struct flashrom_layout **);
|
||||
int flashrom_layout_read_from_ifd(struct flashrom_layout **, struct flashrom_flashctx *, const void *dump, size_t len);
|
||||
int flashrom_layout_read_fmap_from_rom(struct flashrom_layout **,
|
||||
struct flashrom_flashctx *, off_t offset, size_t length);
|
||||
|
Reference in New Issue
Block a user