1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +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:
Carl-Daniel Hailfinger
2009-06-15 14:14:48 +00:00
parent 3b0d664a14
commit 0845464499
6 changed files with 397 additions and 366 deletions

View File

@ -29,6 +29,7 @@
#include <string.h>
#include <stdlib.h>
#include "flash.h"
#include "flashchips.h"
void protect_stm50flw0x0x(chipaddr bios)
{