dmi: check both the AC and ID flags at the same time
[syslinux/sherbszt.git] / libinstaller / syslxcom.h
blob90d3966c44763047ed2f3fde6df9c6545a4f6f35
1 #ifndef _H_SYSLXCOM_
2 #define _H_SYSLXCOM_
4 #include "syslinux.h"
6 extern const char *program;
7 void clear_attributes(int fd);
8 void set_attributes(int fd);
9 int sectmap(int fd, sector_t *sectors, int nsectors);
10 int syslinux_already_installed(int dev_fd);
12 #endif