summaryrefslogtreecommitdiffstats
path: root/layout.h
blob: b717d34c12e44bc8a3dcbc339d6f5ede4fba9fc0 (plain)
1
2
3
4
5
6
7
8
9
#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__ */
OpenPOWER on IntegriCloud