parent
e04e31cde7
commit
f2d56f5ca1
@ -0,0 +1,16 @@ |
||||
{ |
||||
routes: { |
||||
0x01: { |
||||
type: command |
||||
name: Capabilities Query |
||||
define: CAPABILITIES_QUERY_USER |
||||
description: |
||||
''' |
||||
USER subsystem capabilities query. Each bit should be considered as a "usable" route within this subsystem. |
||||
''' |
||||
return_type: u32 |
||||
return_purpose: capabilities |
||||
return_constant: XAP_ROUTE_USER_CAPABILITIES |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,16 @@ |
||||
{ |
||||
routes: { |
||||
0x01: { |
||||
type: command |
||||
name: Capabilities Query |
||||
define: CAPABILITIES_QUERY_KB |
||||
description: |
||||
''' |
||||
KB subsystem capabilities query. Each bit should be considered as a "usable" route within this subsystem. |
||||
''' |
||||
return_type: u32 |
||||
return_purpose: capabilities |
||||
return_constant: XAP_ROUTE_KB_CAPABILITIES |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue