Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / hal / halarm / include / hal.h
diff --git a/reactos/hal/halarm/include/hal.h b/reactos/hal/halarm/include/hal.h
deleted file mode 100644 (file)
index e6ae706..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * PROJECT:         ReactOS HAL
- * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            hal/halarm/include/hal.h
- * PURPOSE:         Hardware Abstraction Layer Header
- * PROGRAMMERS:     ReactOS Portable Systems Group
- */
-
-/* INCLUDES ******************************************************************/
-
-/* C Headers */
-#define DbgPrint DbgPrintEarly
-#include <stdio.h>
-
-/* WDK HAL Compilation hack */
-#include <excpt.h>
-#include <ntdef.h>
-#undef _NTHAL_
-#undef DECLSPEC_IMPORT
-#define DECLSPEC_IMPORT
-#undef NTSYSAPI
-#define NTSYSAPI __declspec(dllimport)
-
-/* IFS/DDK/NDK Headers */
-#include <ntifs.h>
-#include <ioaccess.h>
-#include <bugcodes.h>
-#include <ntdddisk.h>
-#include <arc/arc.h>
-#include <iotypes.h>
-#include <kefuncs.h>
-#include <intrin.h>
-#include <halfuncs.h>
-#include <inbvfuncs.h>
-#include <iofuncs.h>
-#include <ldrtypes.h>
-#include <obfuncs.h>
-
-/* Internal HAL Headers */
-#include "halp.h"
-
-/* EOF */