]> code.delx.au - refind/blobdiff - refind/driver_support.h
NTFS driver support, minor filesystem code tweaks, and changes to
[refind] / refind / driver_support.h
index 5e099451ba82bda9b27415902b44a1fa338d597a..08405ebdb2f4c56b0fc708cb4003458e563d8046 100644 (file)
  *
  */
 
-#include <efi/efi.h>
+#ifdef __MAKEWITH_GNUEFI
+#include <efi.h>
 #include <efi/efilib.h>
+#else
+#include "../include/tiano_includes.h"
+#endif
+#include "global.h"
 
-#ifndef _MY_SCAN_HANDLE_DATABASE
-#define _MY_SCAN_HANDLE_DATABASE
+#ifndef _DRIVER_SUPPORT
+#define _DRIVER_SUPPORT
 
 // Below is from http://git.etherboot.org/?p=mirror/efi/shell/.git;a=commitdiff;h=b1b0c63423cac54dc964c2930e04aebb46a946ec;
 // Seems to have been replaced by ParseHandleDatabaseByRelationshipWithType(), but the latter isn't working for me....