hv: coding style: remove basic type declaration use

Typedefs that indicate size and signedness should be used in place of
the basic numerical types

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
Li, Fei1
2019-01-08 22:51:23 +08:00
committed by wenlingz
parent e966828cd2
commit 087fbfe136
2 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ void init_cpu_capabilities(void);
void init_cpu_model_name(void);
bool check_cpu_security_cap(void);
void cpu_l1d_flush(void);
int detect_hardware_support(void);
int32_t detect_hardware_support(void);
struct cpuinfo_x86 *get_cpu_info(void);
#endif /* CPUINFO_H */