#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <sys/pci.h>#include <sys/types.h>#include <sys/stat.h>#include "hd.h"#include "hd_int.h"#include "int.h"Defines | |
| #define | COPY_ENTRY(a) if(hd_scsi->a) { free_mem(hd_usb->a); hd_usb->a = new_str(hd_scsi->a); } |
Functions | |
| void | int_hotplug (hd_data_t *hd_data) |
| void | int_cdrom (hd_data_t *hd_data) |
| void | int_media_check (hd_data_t *hd_data) |
| int | contains_word (char *str, char *str2) |
| int | is_zip (hd_t *hd) |
| void | int_floppy (hd_data_t *hd_data) |
| void | int_fix_usb_scsi (hd_data_t *hd_data) |
| void | int_mouse (hd_data_t *hd_data) |
| void | new_id (hd_data_t *hd_data, hd_t *hd) |
| void | int_modem (hd_data_t *hd_data) |
| void | int_wlan (hd_data_t *hd_data) |
| void | int_udev (hd_data_t *hd_data) |
| void | int_devicenames (hd_data_t *hd_data) |
| void | hd_scan_int (hd_data_t *hd_data) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|