blob: 90d3966c44763047ed2f3fde6df9c6545a4f6f35 [file] [log] [blame]
#ifndef _H_SYSLXCOM_
#define _H_SYSLXCOM_
#include "syslinux.h"
extern const char *program;
void clear_attributes(int fd);
void set_attributes(int fd);
int sectmap(int fd, sector_t *sectors, int nsectors);
int syslinux_already_installed(int dev_fd);
#endif