Added a new uattr word to capabilities.

The new word is for irq numbers.
This commit is contained in:
Bahadir Balban
2009-11-23 14:37:37 +02:00
parent 1f32e0ce0e
commit b994083e27
5 changed files with 15 additions and 13 deletions

View File

@@ -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__ */