Ignore:
Timestamp:
08/23/95 19:30:23 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5250ff39
Parents:
80e2c29e
Message:

Support for variable length names added to Object Handler. This supports
both fixed length "raw" names and strings from the API's point of view.

Both inline and macro implementations were tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/headers/extension.h

    r80e2c29e r3235ad9  
    2929#endif
    3030
     31#include <rtems.h>
    3132#include <rtems/object.h>
    3233#include <rtems/userext.h>
     
    7374
    7475rtems_status_code rtems_extension_create(
    75   Objects_Name                   name,
     76  rtems_name                     name,
    7677  rtems_extensions_table *extension_table,
    7778  Objects_Id                    *id
     
    9091
    9192rtems_status_code rtems_extension_ident(
    92   Objects_Name  name,
     93  rtems_name    name,
    9394  Objects_Id   *id
    9495);
Note: See TracChangeset for help on using the changeset viewer.