edid: Fix a function signature
Change-Id: Id69cecb5cdd21c2d92aca74658f39c790f7b7b01 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/15211 Tested-by: build bot (Jenkins)
This commit is contained in:
@ -95,7 +95,7 @@ struct edid {
|
||||
int decode_edid(unsigned char *edid, int size, struct edid *out);
|
||||
void edid_set_framebuffer_bits_per_pixel(struct edid *edid, int fb_bpp,
|
||||
int row_byte_alignment);
|
||||
void set_vbe_mode_info_valid(struct edid *edid, uintptr_t fb_addr);
|
||||
void set_vbe_mode_info_valid(const struct edid *edid, uintptr_t fb_addr);
|
||||
int set_display_mode(struct edid *edid, enum edid_modes mode);
|
||||
|
||||
#endif /* EDID_H */
|
||||
|
Reference in New Issue
Block a user