Changes in kernel/generic/include/cap/cap.h [d51a0d6:c1f68b0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cap/cap.h
rd51a0d6 rc1f68b0 53 53 54 54 typedef enum { 55 KOBJECT_TYPE_ CALL,55 KOBJECT_TYPE_PHONE, 56 56 KOBJECT_TYPE_IRQ, 57 KOBJECT_TYPE_PHONE,58 57 KOBJECT_TYPE_MAX 59 58 } kobject_type_t; 60 59 61 60 struct task; 62 63 struct call; 61 struct phone; 64 62 struct irq; 65 struct phone;66 63 67 64 struct kobject; … … 82 79 union { 83 80 void *raw; 84 struct call *call;81 struct phone *phone; 85 82 struct irq *irq; 86 struct phone *phone;87 83 }; 88 84 } kobject_t;
Note:
See TracChangeset
for help on using the changeset viewer.