libpayload: Add function to fix CMOS checksum.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5711 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Patrick Georgi
parent
835674b929
commit
59a1b7f7f1
@ -194,6 +194,7 @@ void video_console_set_cursor(unsigned int cursorx, unsigned int cursory);
|
||||
/** @} */
|
||||
|
||||
/* drivers/option.c */
|
||||
void fix_options_checksum(void);
|
||||
int get_option(void *dest, char *name);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user