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

@@ -60,7 +60,7 @@ struct cap_info {
unsigned long start;
unsigned long end;
unsigned long size;
unsigned int uattr; /* User-level attributes (like device types) */
unsigned int uattr[2]; /* User-level attributes (like device types) */
};