Changeset bfd1546 in mainline for uspace/lib/libc/include


Ignore:
Timestamp:
2009-02-15T00:01:06Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08b777e
Parents:
4cac212c
Message:

More elegant way of invoking the loader - as a 'cloneable' service. Task names functionality lost for the time being.

Location:
uspace/lib/libc/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/services.h

    r4cac212c rbfd1546  
    3939
    4040typedef enum {
    41         SERVICE_PCI = 1,
     41        SERVICE_LOAD = 1,
     42        SERVICE_PCI,
    4243        SERVICE_KEYBOARD,
    4344        SERVICE_VIDEO,
  • uspace/lib/libc/include/loader/loader.h

    r4cac212c rbfd1546  
    4545} loader_t;
    4646
    47 extern loader_t *loader_spawn(const char *name);
     47extern int loader_spawn(const char *);
     48extern loader_t *loader_connect(void);
    4849extern int loader_get_task_id(loader_t *, task_id_t *);
    4950extern int loader_set_pathname(loader_t *, const char *);
Note: See TracChangeset for help on using the changeset viewer.