mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
hv: use int32_t replace int
Since it's typedef in "include/lib/types.h" Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#define SHELL_STRING_MAX_LEN (PAGE_SIZE << 2U)
|
||||
|
||||
/* Shell Command Function */
|
||||
typedef int (*shell_cmd_fn_t)(int argc, char **argv);
|
||||
typedef int32_t (*shell_cmd_fn_t)(int32_t argc, char **argv);
|
||||
|
||||
/* Shell Command */
|
||||
struct shell_cmd {
|
||||
|
||||
Reference in New Issue
Block a user