Changeset 738ad2e in mainline for generic/include/security/cap.h
- Timestamp:
- 2006-05-02T18:19:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 281224a
- Parents:
- e34a141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/security/cap.h
re34a141 r738ad2e 64 64 65 65 /** 66 * CAP_ INT_CONTROL allows its holder to disable interrupts66 * CAP_PREEMPT_CONTROL allows its holder to disable interrupts 67 67 */ 68 #define CAP_ INT_CONTROL (1<<3)68 #define CAP_PREEMPT_CONTROL (1<<3) 69 69 70 70 typedef __u32 cap_t;
Note:
See TracChangeset
for help on using the changeset viewer.