1 #ifndef _COM32_CHAIN_OPTIONS_H
2 #define _COM32_CHAIN_OPTIONS_H
11 const char *drivename;
12 const char *partition;
34 struct syslinux_rm_regs regs;
37 int soi_s2n(char *ptr, unsigned int *seg, unsigned int *off,
38 unsigned int *ip, unsigned int def);
40 int parse_args(int argc, char *argv[]);
44 /* vim: set ts=8 sts=4 sw=4 noet: */