summaryrefslogblamecommitdiffstats
path: root/cpukit/libblock/include/rtems/nvdisk-sram.h
blob: 21dc0e19d37ba0f39ae7f980b32e7c8793b61fdc (plain) (tree)
1
2
3
4
5
6





                                                              







                                                










                                                                     
/**
 * @file rtems/nvdisk-sram.h
 *
 * This driver maps an NV disk to static RAM. You can use this
 */

/*
 *  $Id$
 *
 * 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