From 28c89230847b6a256b5a3e92362de8a7806bfaee Mon Sep 17 00:00:00 2001 From: Yonghua Huang Date: Mon, 13 Aug 2018 18:56:00 +0800 Subject: [PATCH] HV: rename 'shell_internal.h' to 'shell_priv.h' - to align the coding style in hypervisor Signed-off-by: Yonghua Huang Acked-by: Eddie Dong --- hypervisor/debug/shell.c | 2 +- hypervisor/debug/{shell_internal.h => shell_priv.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hypervisor/debug/{shell_internal.h => shell_priv.h} (100%) diff --git a/hypervisor/debug/shell.c b/hypervisor/debug/shell.c index c2a6738f0..dc2a4f438 100644 --- a/hypervisor/debug/shell.c +++ b/hypervisor/debug/shell.c @@ -5,7 +5,7 @@ */ #include -#include "shell_internal.h" +#include "shell_priv.h" #define TEMP_STR_SIZE 60U #define MAX_STR_SIZE 256U diff --git a/hypervisor/debug/shell_internal.h b/hypervisor/debug/shell_priv.h similarity index 100% rename from hypervisor/debug/shell_internal.h rename to hypervisor/debug/shell_priv.h