HV: rename 'shell_internal.h' to 'shell_priv.h'

- to align the coding style in hypervisor

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Yonghua Huang 2018-08-13 18:56:00 +08:00 committed by wenlingz
parent 2fbf70780e
commit 28c8923084
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*/
#include <hypervisor.h>
#include "shell_internal.h"
#include "shell_priv.h"
#define TEMP_STR_SIZE 60U
#define MAX_STR_SIZE 256U