#ifndef _LINUX_HDREG_H #define _LINUX_HDREG_H struct hd_driveid { unsigned short config; /* empty stub */ }; #define HDIO_GET_IDENTITY 0x030D #endif