#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <linux/iso_fs.h>
#include "hd.h"
#include "hd_int.h"
#include "cdrom.h"
Functions | |
void | read_cdroms (hd_data_t *hd_data) |
cdrom_info_t * | new_cdrom_entry (cdrom_info_t **ci) |
void | hd_scan_cdrom (hd_data_t *hd_data) |
void | hd_scan_cdrom2 (hd_data_t *hd_data) |
cdrom_info_t * | hd_read_cdrom_info (hd_data_t *hd_data, hd_t *hd) |
cdrom_info_t * | get_cdrom_entry (cdrom_info_t *ci, int n) |
|
|
|
|
|
|
|
|
|
|
|
|