Changeset 95c675b in mainline for uspace/lib/c/include/perm.h
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/perm.h
rdbf32b1 r95c675b 27 27 */ 28 28 29 /** @addtogroup genericddi29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_DEVICE_H_36 #define KERN_DEVICE_H_35 #ifndef LIB_PERM_H_ 36 #define LIB_PERM_H_ 37 37 38 #include <t ypedefs.h>38 #include <task.h> 39 39 40 extern devno_t device_assign_devno(void);41 extern sysarg_t sys_device_assign_devno(void);40 extern int perm_grant(task_id_t, unsigned int); 41 extern int perm_revoke(task_id_t, unsigned int); 42 42 43 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.