mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2009-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/ioregisterdriver.c: Fix spacing.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* sapi/src/ioregisterdriver.c: Fix spacing.
|
||||||
|
|
||||||
2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* posix/src/killinfo.c: Rework to make easier to analyze for code
|
* posix/src/killinfo.c: Rework to make easier to analyze for code
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Input/Output Manager - Dynamically Register Device Driver
|
* Input/Output Manager - Dynamically Register Device Driver
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007.
|
* COPYRIGHT (c) 1989-2009.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -35,9 +35,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
rtems_status_code rtems_io_register_driver(
|
rtems_status_code rtems_io_register_driver(
|
||||||
rtems_device_major_number major,
|
rtems_device_major_number major,
|
||||||
const rtems_driver_address_table *driver_table,
|
const rtems_driver_address_table *driver_table,
|
||||||
rtems_device_major_number *registered_major
|
rtems_device_major_number *registered_major
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user