summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/nvdisk-sram.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libblock/include/rtems/nvdisk-sram.h')
-rw-r--r--cpukit/libblock/include/rtems/nvdisk-sram.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/cpukit/libblock/include/rtems/nvdisk-sram.h b/cpukit/libblock/include/rtems/nvdisk-sram.h
deleted file mode 100644
index 3acaf600b6..0000000000
--- a/cpukit/libblock/include/rtems/nvdisk-sram.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file rtems/nvdisk-sram.h
- *
- * This driver maps an NV disk to static RAM. You can use this
- */
-
-/*
- * RTEMS Project (http://www.rtems.org/)
- *
- * Copyright 2007 Chris Johns (chrisj@rtems.org)
- */
-
-#if !defined (_RTEMS_NVDISK_SRAM_H_)
-#define _RTEMS_NVDISK_SRAM_H_
-
-#include <rtems/nvdisk.h>
-
-/**
- * The handlers for the NV Disk SRAM driver.
- */
-extern const rtems_nvdisk_driver_handlers rtems_nvdisk_sram_handlers;
-
-#endif