Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame^] | 1 | #ifndef __LAYOUT_H__ |
| 2 | #define __LAYOUT_H__ 1 |
| 3 | |
| 4 | int show_id(uint8_t *bios, int size); |
| 5 | int read_romlayout(char *name); |
| 6 | int find_romentry(char *name); |
| 7 | int handle_romentries(uint8_t *buffer, uint8_t *content); |
| 8 | |
| 9 | |
| 10 | #endif /* !__LAYOUT_H__ */ |