source: rtems/cpukit/libblock/include/rtems/nvdisk-sram.h @ 33c3b54d

4.104.115
Last change on this file since 33c3b54d was 33c3b54d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/29/09 at 11:57:23

Whitespace removal.

  • Property mode set to 100644
File size: 451 bytes
Line 
1/*
2 *  $Id$
3 *
4 * RTEMS Project (http://www.rtems.org/)
5 *
6 * Copyright 2007 Chris Johns (chrisj@rtems.org)
7 */
8
9/**
10 * NV Disk Static RAM Device Driver.
11 *
12 * This driver maps an NV disk to static RAM. You can use this
13 */
14
15#if !defined (_RTEMS_NVDISK_SRAM_H_)
16#define _RTEMS_NVDISK_SRAM_H_
17
18#include <rtems/nvdisk.h>
19
20/**
21 * The handlers for the NV Disk SRAM driver.
22 */
23extern const rtems_nvdisk_driver_handlers rtems_nvdisk_sram_handlers;
24
25#endif
Note: See TracBrowser for help on using the repository browser.