Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/ddi.c

    r24abb85d r9f9b6f0e  
    5050#include "private/libc.h"
    5151
     52
     53/** Return unique device number.
     54 *
     55 * @return New unique device number.
     56 *
     57 */
     58int device_assign_devno(void)
     59{
     60        return __SYSCALL0(SYS_DEVICE_ASSIGN_DEVNO);
     61}
    5262
    5363/** Map a piece of physical memory to task.
Note: See TracChangeset for help on using the changeset viewer.