mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-17 14:42:09 +08:00
Misc: Capitalize RTEMS.
This commit is contained in:
@@ -134,11 +134,11 @@ minor number device is attached to, device number on the controller):
|
||||
.. code-block:: c
|
||||
|
||||
/*
|
||||
* Mapping of rtems ATA devices to the following pairs:
|
||||
* Mapping of RTEMS ATA devices to the following pairs:
|
||||
* (IDE controller number served the device, device number on the controller)
|
||||
*/
|
||||
typedef struct ata_ide_dev_s {
|
||||
int ctrl_minor;/* minor number of IDE controller serves rtems ATA device */
|
||||
int ctrl_minor;/* minor number of IDE controller serves RTEMS ATA device */
|
||||
int device; /* device number on IDE controller (0 or 1) */
|
||||
} ata_ide_dev_t;
|
||||
|
||||
|
@@ -2983,11 +2983,11 @@ on the controller):
|
||||
.. code:: c
|
||||
|
||||
/*
|
||||
* Mapping of rtems ATA devices to the following pairs:
|
||||
* Mapping of RTEMS ATA devices to the following pairs:
|
||||
* (IDE controller number served the device, device number on the controller)
|
||||
\*/
|
||||
typedef struct ata_ide_dev_s {
|
||||
int ctrl_minor;/* minor number of IDE controller serves rtems ATA device \*/
|
||||
int ctrl_minor;/* minor number of IDE controller serves RTEMS ATA device \*/
|
||||
int device; /* device number on IDE controller (0 or 1) \*/
|
||||
} ata_ide_dev_t;
|
||||
|
||||
|
Reference in New Issue
Block a user