mirror of
https://github.com/drasko/codezero.git
synced 2026-01-21 15:23:15 +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:
@@ -89,8 +89,9 @@ struct capability {
|
||||
/* Use count of resource */
|
||||
unsigned long used;
|
||||
|
||||
/* User attributes on capability such as device type, irqno */
|
||||
u32 uattr[2];
|
||||
/* Device attributes, if this is a device. */
|
||||
unsigned int attr;
|
||||
l4id_t irq;
|
||||
};
|
||||
|
||||
#endif /* __API_CAPABILITY_H__ */
|
||||
|
||||
Reference in New Issue
Block a user