mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 15:20:57 +08:00
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/bdbuf.h, libblock/include/rtems/blkdev.h, libblock/include/rtems/diskdevs.h, libblock/include/rtems/ide_part_table.h, libblock/include/rtems/ramdisk.h: Add doxygen preamble.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libblock/include/rtems/bdbuf.h,
|
||||
libblock/include/rtems/blkdev.h,
|
||||
libblock/include/rtems/diskdevs.h,
|
||||
libblock/include/rtems/ide_part_table.h,
|
||||
libblock/include/rtems/ramdisk.h:
|
||||
Add doxygen preamble.
|
||||
|
||||
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* sapi/include/confdefs.h, sapi/include/rtems/config.h,
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
/* bdbuf.h -- block device buffer management
|
||||
/**
|
||||
* @file rtems/bdbuf.h
|
||||
*
|
||||
* block device buffer management
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
*
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @file rtems/blkdev.h
|
||||
* block device driver interface definitions
|
||||
*/
|
||||
|
||||
/*
|
||||
* blkdev.h - block device driver interface definitions
|
||||
*
|
||||
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
*
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
/**
|
||||
* @file rtems/diskdevs.h
|
||||
* Physical and logical block devices (disks) support
|
||||
*/
|
||||
|
||||
/*
|
||||
* logdisk.h - Physical and logical block devices (disks) support
|
||||
*
|
||||
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
*
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* ide_part_table.h
|
||||
*
|
||||
* The header file for library supporting "MS-DOS-style" partition table
|
||||
*
|
||||
/**
|
||||
* @file rtems/ide_part_table.h
|
||||
*
|
||||
* Support for "MS-DOS-style" partition tables
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2002 OKTET Ltd., St.-Petersburg, Russia
|
||||
*
|
||||
* Author: Konstantin Abramenko <Konstantin.Abramenko@oktet.ru>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
/* ramdisk.c -- RAM disk block device implementation
|
||||
*
|
||||
/**
|
||||
* @file rtems/ramdisk.h
|
||||
* RAM disk block device implementation
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
|
||||
* Author: Victor V. Vengerov <vvv@oktet.ru>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user