source: rtems/cpukit/include/rtems/nvdisk-sram.h

Last change on this file was feea03b6, checked in by Sebastian Huber <sebastian.huber@…>, on 02/27/19 at 09:53:30

Remove explicit file names from @file

This makes the @file documentation independent of the actual file name.

Update #3707.

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