Last change
on this file was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
393 bytes
|
Rev | Line | |
---|
[e16e8f2] | 1 | #ifndef _H_SYSLXCOM_ |
---|
| 2 | #define _H_SYSLXCOM_ |
---|
| 3 | |
---|
| 4 | #include "syslinux.h" |
---|
| 5 | |
---|
| 6 | extern const char *program; |
---|
| 7 | ssize_t xpread(int fd, void *buf, size_t count, off_t offset); |
---|
| 8 | ssize_t xpwrite(int fd, const void *buf, size_t count, off_t offset); |
---|
| 9 | void clear_attributes(int fd); |
---|
| 10 | void set_attributes(int fd); |
---|
| 11 | int sectmap(int fd, sector_t *sectors, int nsectors); |
---|
| 12 | int syslinux_already_installed(int dev_fd); |
---|
| 13 | |
---|
| 14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.