mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Added a new uattr word to capabilities.
The new word is for irq numbers.
This commit is contained in:
@@ -89,8 +89,8 @@ struct capability {
|
||||
/* Use count of resource */
|
||||
unsigned long used;
|
||||
|
||||
/* User-defined attributes on capability (like devtypes) */
|
||||
unsigned int uattr;
|
||||
/* User attributes on capability such as device type, irqno */
|
||||
u32 uattr[2];
|
||||
};
|
||||
|
||||
#endif /* __API_CAPABILITY_H__ */
|
||||
|
||||
Reference in New Issue
Block a user