Ignore:
Timestamp:
08/17/95 19:51:51 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
95fbca1
Parents:
3b438fa
Message:

Numerous miscellaneous features incorporated from Tony Bennett
(tbennett@…) including the following major additions:

+ variable length messages
+ named devices
+ debug monitor
+ association tables/variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/support/stubdr/cntrl.c

    r3b438fa rb06e68ef  
    77 *    minor - device minor number
    88 *    pargp - pointer to cntrl parameter block
    9  *    tid   - calling task's id
    10  *    rval  - address of the return value
    119 *
    1210 *  Output parameters:
     
    3028  rtems_device_major_number major,
    3129  rtems_device_minor_number minor,
    32   void *pargp,
    33   rtems_id tid,
    34   rtems_unsigned32 *rval
     30  void *pargp
    3531)
    3632{
    37   *rval = STUB_SUCCESSFUL;
     33  return STUB_SUCCESSFUL;
    3834}
Note: See TracChangeset for help on using the changeset viewer.