Merge remote-tracking branch 'origin/master' into chaindev
[profile/ivi/syslinux.git] / com32 / chain / chain.h
1 #ifndef _COM32_CHAIN_CHAIN_H
2 #define _COM32_CHAIN_CHAIN_H
3
4 #include <syslinux/movebits.h>
5
6 struct data_area {
7     void *data;
8     addr_t base;
9     addr_t size;
10 };
11
12 #endif
13
14 /* vim: set ts=8 sts=4 sw=4 noet: */