From 97d5b126c635ec6ad2fd3ef44deec245669ad942 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 31 Aug 2011 16:19:50 +0000 Subject: Shorten some board enable related function names Corresponding to flashrom svn r1424. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Tauner --- programmer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'programmer.h') diff --git a/programmer.h b/programmer.h index 6a28dbe..664bd9c 100644 --- a/programmer.h +++ b/programmer.h @@ -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; -- cgit v1.1