summaryrefslogtreecommitdiff
path: root/libinstaller/syslxcom.h
blob: 90d3966c44763047ed2f3fde6df9c6545a4f6f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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