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:
Ralf Corsepius
2004-11-22 03:48:05 +00:00
parent 8adc2145c5
commit b80dd59dd2
6 changed files with 37 additions and 13 deletions
+9
View File
@@ -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,
+6 -1
View File
@@ -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>
*
+5 -2
View File
@@ -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>
*
+5 -2
View File
@@ -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>
+6 -2
View File
@@ -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>
*