Changeset 95c675b in mainline for uspace/lib/c/include/perm.h


Ignore:
Timestamp:
2017-10-17T13:11:35Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60af4cdb
Parents:
dbf32b1 (diff), a416d070 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/perm.h

    rdbf32b1 r95c675b  
    2727 */
    2828
    29 /** @addtogroup genericddi
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_DEVICE_H_
    36 #define KERN_DEVICE_H_
     35#ifndef LIB_PERM_H_
     36#define LIB_PERM_H_
    3737
    38 #include <typedefs.h>
     38#include <task.h>
    3939
    40 extern devno_t device_assign_devno(void);
    41 extern sysarg_t sys_device_assign_devno(void);
     40extern int perm_grant(task_id_t, unsigned int);
     41extern int perm_revoke(task_id_t, unsigned int);
    4242
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.