root/libinstaller/syslxcom.h

Revision b0ac906b283b428ba1c7f35fe1e71a84b3d3d9c6, 393 bytes (checked in by Paulo Alcantara <pcacjr@…>, 8 months ago)

Add NTFS filesystem support to Linux and Windows installers

Signed-off-by: Paulo Alcantara <pcacjr@…>

  • Property mode set to 100644
Line 
1#ifndef _H_SYSLXCOM_
2#define _H_SYSLXCOM_
3
4#include "syslinux.h"
5
6extern const char *program;
7ssize_t xpread(int fd, void *buf, size_t count, off_t offset);
8ssize_t xpwrite(int fd, const void *buf, size_t count, off_t offset);
9void clear_attributes(int fd);
10void set_attributes(int fd);
11int sectmap(int fd, sector_t *sectors, int nsectors);
12int syslinux_already_installed(int dev_fd);
13
14#endif
Note: See TracBrowser for help on using the browser.