mirror of
https://github.com/drasko/codezero.git
synced 2026-02-03 13:43:14 +01:00
Initial work to introduce device types and device capabilities
This commit is contained in:
@@ -71,8 +71,8 @@ struct capability {
|
||||
unsigned long end; /* Resource end value */
|
||||
unsigned long size; /* Resource size */
|
||||
|
||||
/* Used amount on resource */
|
||||
unsigned long used;
|
||||
/* Used amount on resource _or_ user-defined attributes */
|
||||
unsigned long user;
|
||||
};
|
||||
|
||||
struct cap_list {
|
||||
|
||||
Reference in New Issue
Block a user