hp_target_info_t
hp_target_info_t __user *uarg = (void __user *) arg;
hp_target_info_t karg;
if (copy_from_user(&karg, uarg, sizeof(hp_target_info_t))) {
if (copy_to_user((char __user *)arg, &karg, sizeof(hp_target_info_t))) {
#define HP_GETTARGETINFO _IOR(HP_IOC_MAGIC, 21, hp_target_info_t)