#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <dirent.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mount.h>
#include <linux/hdreg.h>
#include "hd.h"
#include "hd_int.h"
#include "smart.h"
Functions | |
void | dump_smart_data (hd_data_t *hd_data, char *fname, str_list_t *sl) |
void | hd_scan_smart (hd_data_t *hd_data) |
|
|
|
|