Make global variabled only used in this file static.

This commit is contained in:
Andrew Turner 2015-04-06 19:58:28 +00:00
parent 1ebd9bd41c
commit 533e5098de

View File

@ -59,8 +59,8 @@ static char *__ultoa(char *buf, u_long val, int base);
static int domount(EFI_DEVICE_PATH *device, EFI_BLOCK_IO *blkio, int quiet);
static void load(const char *fname);
EFI_SYSTEM_TABLE *systab;
EFI_HANDLE *image;
static EFI_SYSTEM_TABLE *systab;
static EFI_HANDLE *image;
static void
bcopy(const void *src, void *dst, size_t len)