]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Library/PeiUnixOemHookStatusCodeLib/UnixOemHookStatusCodeLib.c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
[mirror_edk2.git] / UnixPkg / Library / PeiUnixOemHookStatusCodeLib / UnixOemHookStatusCodeLib.c
index 8d661bcfca1c5370903a48848afef164ae89adf6..ab06814b11d2356fe81ce7148eeb76c5882c8bd0 100644 (file)
 //
 // Cache of UnixThunk protocol 
 //
-STATIC
 EFI_UNIX_THUNK_PROTOCOL   *mUnix;
 
 //
 // Cache of standard output handle . 
 //
-STATIC
 int                      mStdOut;
 
 /**