projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
discover/syslinux-parser: Fix missing comma in ignored names.
[petitboot]
/
discover
/
cdrom.h
1
#ifndef CDROM_H
2
#define CDROM_H
3
4
void cdrom_init(const char *devpath);
5
void cdrom_eject(const char *devpath);
6
bool cdrom_media_present(const char *devpath);
7
8
#endif /* CDROM_H */
9