mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Shorten some board enable related function names
Corresponding to flashrom svn r1424. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
@ -158,7 +158,7 @@ enum board_match_phase {
|
||||
P3
|
||||
};
|
||||
|
||||
struct board_pciid_enable {
|
||||
struct board_match {
|
||||
/* Any device, but make it sensible, like the ISA bridge. */
|
||||
uint16_t first_vendor;
|
||||
uint16_t first_device;
|
||||
@ -190,7 +190,7 @@ struct board_pciid_enable {
|
||||
int (*enable) (void); /* May be NULL. */
|
||||
};
|
||||
|
||||
extern const struct board_pciid_enable board_pciid_enables[];
|
||||
extern const struct board_match board_matches[];
|
||||
|
||||
struct board_info {
|
||||
const char *vendor;
|
||||
|
Reference in New Issue
Block a user