Changeset 71bf6d0 in mainline for kernel/generic/include/ipc/irq.h
- Timestamp:
- 2026-05-25T01:08:33Z (4 weeks ago)
- Parents:
- 08499f0 (diff), 455241b (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. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2026-05-25 01:08:33)
- git-committer:
- GitHub <noreply@…> (2026-05-25 01:08:33)
- File:
-
- 1 edited
-
kernel/generic/include/ipc/irq.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/irq.h
r08499f0 r71bf6d0 50 50 extern kobject_ops_t irq_kobject_ops; 51 51 52 typedef struct { 53 kobject_t kobject; 54 irq_t irq; 55 } irq_kobject_t; 56 57 static inline irq_t *irq_from_kobject(kobject_t *kobject) 58 { 59 if (kobject) { 60 return &((irq_kobject_t *) kobject)->irq; 61 } else { 62 return NULL; 63 } 64 } 65 52 66 extern irq_ownership_t ipc_irq_top_half_claim(irq_t *); 53 67 extern void ipc_irq_top_half_handler(irq_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
