summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/nvdisk-sram.h
blob: 450cfd86029e90808b420d8fba884e024af7ffcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 *  $Id$
 *
 * RTEMS Project (http://www.rtems.org/)
 *
 * Copyright 2007 Chris Johns (chrisj@rtems.org)
 */

/**
 * NV Disk Static RAM Device Driver.
 *
 * This driver maps an NV disk to static RAM. You can use this
 */

#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