X-Git-Url: https://code.delx.au/refind/blobdiff_plain/ca99e6e1263bbca0321ae4ea080c1db12aa3ed7b..11fa7da805c3e263f8b05339f1900baa73a2ffd4:/include/tiano_includes.h diff --git a/include/tiano_includes.h b/include/tiano_includes.h index 86b7b6d..6785138 100644 --- a/include/tiano_includes.h +++ b/include/tiano_includes.h @@ -143,10 +143,6 @@ INTN EFIAPI StriCmp ( extern EFI_FILE_INFO * EfiLibFileInfo (IN EFI_FILE_HANDLE FHand); extern EFI_FILE_SYSTEM_INFO * EfiLibFileSystemInfo (IN EFI_FILE_HANDLE Root); -extern UINTN -EfiDevicePathInstanceCount ( - IN EFI_DEVICE_PATH_PROTOCOL *DevicePath -); extern VOID * EfiReallocatePool ( @@ -155,12 +151,6 @@ EfiReallocatePool ( IN UINTN NewSize ); -extern BOOLEAN -TimeCompare ( - IN EFI_TIME *FirstTime, - IN EFI_TIME *SecondTime -); - #define PoolPrint(...) CatSPrint(NULL, __VA_ARGS__) #endif \ No newline at end of file