cpu_ucode_version
int cpu_ucode_amd_get_version(struct cpu_ucode_version *, void *, size_t);
int cpu_ucode_intel_get_version(struct cpu_ucode_version *, void *, size_t);
struct cpu_ucode_version data;
cpu_ucode_get_version(struct cpu_ucode_version *data)
cpu_ucode_amd_get_version(struct cpu_ucode_version *ucode, void *ptr,
cpu_ucode_intel_get_version(struct cpu_ucode_version *ucode,
error = cpu_ucode_get_version((struct cpu_ucode_version *)data);
int cpu_ucode_get_version(struct cpu_ucode_version *);
#define IOC_CPU_UCODE_GET_VERSION _IOWR('c', 6, struct cpu_ucode_version)
struct cpu_ucode_version ucode;
struct cpu_ucode_version versreq;