mirror of
https://review.coreboot.org/flashrom.git
synced 2025-06-30 21:52:36 +02:00
Split flashchips.h from flash.h
Flash.h not only contains function prototypes and general settings, it also has a huge chunk of chip and vendor IDs in the middle. Split them out into a separate flashchips.h and adjust #include wherever needed. Corresponding to flashrom svn r594. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Urja Rannikko <urjaman@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <getopt.h>
|
||||
#include "flash.h"
|
||||
#include "flashchips.h"
|
||||
|
||||
char *chip_to_probe = NULL;
|
||||
int exclude_start_page, exclude_end_page;
|
||||
|
Reference in New Issue
Block a user