[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / tools / nandflash / nandflash.h
diff --git a/reactos/tools/nandflash/nandflash.h b/reactos/tools/nandflash/nandflash.h
deleted file mode 100644 (file)
index 59f6844..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * PROJECT:         OMAP3 NAND Flashing Utility
- * LICENSE:         BSD - See COPYING.ARM in the top level directory
- * FILE:            tools/nandflash/nandflash.h
- * PURPOSE:         Flashes OmapLDR, FreeLDR and a Root FS into a NAND image
- * PROGRAMMERS:     ReactOS Portable Systems Group
- */
-
-/* INCLUDES *******************************************************************/
-
-#include <string.h>
-#include <stdio.h>
-#include <fcntl.h>
-#include <typedefs.h>
-
-/* NAND Image Sizes */
-#define NAND_PAGE_SIZE  (2 * 1024)                              // 2 KB
-#define NAND_OOB_SIZE   64                                      // 64 bytes
-#define NAND_PAGES      ((256 * 1024 * 1024) / NAND_PAGE_SIZE)  // 256 MB
-
-/* EOF */