chain module: setbpb changes, bss & bs options, bugfixes
[profile/ivi/syslinux.git] / com32 / chain / chain.h
1 #ifndef _COM32_CHAIN_CHAIN_H
2 #define _COM32_CHAIN_CHAIN_H
3
4 #include <stdint.h>
5 #include <syslinux/bootrm.h>
6 #include "options.h"
7
8 struct data_area {
9     void *data;
10     addr_t base;
11     addr_t size;
12 };
13
14 extern struct options opt;
15
16 #endif
17
18 /* vim: set ts=8 sts=4 sw=4 noet: */