repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dmi: check both the AC and ID flags at the same time
[syslinux.git]
/
libinstaller
/
syslxcom.h
blob
90d3966c44763047ed2f3fde6df9c6545a4f6f35
1
#ifndef _H_SYSLXCOM_
2
#define _H_SYSLXCOM_
3
4
#include
"syslinux.h"
5
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
);
11
12
#endif