blob: b717d34c12e44bc8a3dcbc339d6f5ede4fba9fc0 [file] [log] [blame]
Ollie Lho184a4042005-11-26 21:55:36 +00001#ifndef __LAYOUT_H__
2#define __LAYOUT_H__ 1
3
4int show_id(uint8_t *bios, int size);
5int read_romlayout(char *name);
6int find_romentry(char *name);
7int handle_romentries(uint8_t *buffer, uint8_t *content);
8
Ollie Lho184a4042005-11-26 21:55:36 +00009#endif /* !__LAYOUT_H__ */