libhd
5.0
src
hd
edd.h
Go to the documentation of this file.
1
#if defined(__i386__) || defined(__x86_64__)
2
void
hd_scan_sysfs_edd(
hd_data_t
*hd_data);
3
unsigned
edd_disk_signature(
hd_t
*hd);
4
void
assign_edd_info(
hd_data_t
*hd_data);
5
#endif
hd_t
struct s_hd_t hd_t
Individual hardware item.
hd_data_t
Holds all data accumulated during hardware probing.
Definition
hd.h:2647