mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 10:13:14 +01:00
Preliminary irq registration call + irq capability checking
Need to add irqctrl capabilities and irq bits to device memory caps. Also need to initialize irq field of devmem caps.
This commit is contained in:
@@ -60,7 +60,8 @@ struct cap_info {
|
||||
unsigned long start;
|
||||
unsigned long end;
|
||||
unsigned long size;
|
||||
unsigned int uattr[2]; /* User-level attributes (like device types) */
|
||||
unsigned int attr; /* Attributes (like device types) */
|
||||
l4id_t irq;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user