From b4f7c40602719a6bbc8ada25410948671831601a Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Thu, 19 Feb 2009 22:55:40 +0100 Subject: [PATCH] hdt: Moving get_disk_parameters declaration --- hdt/hdt-ata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdt/hdt-ata.h b/hdt/hdt-ata.h index a9f3e9c..61024c7 100644 --- a/hdt/hdt-ata.h +++ b/hdt/hdt-ata.h @@ -114,7 +114,7 @@ void ata_id_c_string(const uint16_t *id, unsigned char *s, unsigned int ofs, uns void ata_id_string(const uint16_t *id, unsigned char *s, unsigned int ofs, unsigned int len); int int13_retry(const com32sys_t *inreg, com32sys_t *outreg); void printregs(const com32sys_t *r); -int get_disk_params(int disk, struct diskinfo *disk_info); #endif +int get_disk_params(int disk, struct diskinfo *disk_info); #endif -- 2.7.4