1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +02:00

Drop a bunch of useless header files, merge them into flash.h

Corresponding to flashrom svn r128 and coreboot v2 svn r2746.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Uwe Hermann
2007-08-23 13:34:59 +00:00
parent 51582f282b
commit 0846f89b0a
38 changed files with 101 additions and 212 deletions

View File

@ -1,9 +0,0 @@
#ifndef __LAYOUT_H__
#define __LAYOUT_H__ 1
int show_id(uint8_t *bios, int size);
int read_romlayout(char *name);
int find_romentry(char *name);
int handle_romentries(uint8_t *buffer, uint8_t *content);
#endif /* !__LAYOUT_H__ */