Changeset 738ad2e in mainline for generic/include
- Timestamp:
- 2006-05-02T18:19:43Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 281224a
- Parents:
- e34a141
- Location:
- generic/include
- Files:
-
- 3 edited
-
ddi/ddi.h (modified) (1 diff)
-
security/cap.h (modified) (1 diff)
-
syscall/syscall.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ddi/ddi.h
re34a141 r738ad2e 40 40 * Interface to be implemented by all architectures. 41 41 */ 42 extern __native ddi_int_control_arch(__native enable, __native *flags);43 extern __native ddi_int_control(__native enable, __native *flags);44 42 extern int ddi_iospace_enable_arch(task_t *task, __address ioaddr, size_t size); 45 43 -
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; -
generic/include/syscall/syscall.h
re34a141 r738ad2e 33 33 SYS_IO = 0, 34 34 SYS_TLS_SET = 1, /* Hardcoded in AMD64,IA32 uspace - psthread.S */ 35 SYS_ INT_CONTROL = 2, /* Hardcoded in all SYSCALL handlers */35 SYS_PREEMPT_CONTROL, 36 36 SYS_THREAD_CREATE, 37 37 SYS_THREAD_EXIT,
Note:
See TracChangeset
for help on using the changeset viewer.
