mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cpu_x86_data.h: include required header
* src/cpu/cpu_x86_data.h: Include <stdint.h>.
This commit is contained in:
parent
30a9329ab1
commit
3d294a1c03
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* cpu_x86_data.h: x86 specific CPU data
|
* cpu_x86_data.h: x86 specific CPU data
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Red Hat, Inc.
|
* Copyright (C) 2009-2010 Red Hat, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
@ -24,6 +24,8 @@
|
|||||||
#ifndef __VIR_CPU_X86_DATA_H__
|
#ifndef __VIR_CPU_X86_DATA_H__
|
||||||
#define __VIR_CPU_X86_DATA_H__
|
#define __VIR_CPU_X86_DATA_H__
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
struct cpuX86cpuid {
|
struct cpuX86cpuid {
|
||||||
uint32_t function;
|
uint32_t function;
|
||||||
uint32_t eax;
|
uint32_t eax;
|
||||||
|
Loading…
Reference in New Issue
Block a user