[sq] Update for new macros accepting trailing comma
This commit is contained in:
parent
eb0aed1730
commit
d2982e56ff
|
@ -126,7 +126,7 @@ register_bitfields! {
|
||||||
CanGrant OFFSET(70) NUMBITS(1) [],
|
CanGrant OFFSET(70) NUMBITS(1) [],
|
||||||
CanReceive OFFSET(71) NUMBITS(1) [],
|
CanReceive OFFSET(71) NUMBITS(1) [],
|
||||||
CanSend OFFSET(72) NUMBITS(1) [],
|
CanSend OFFSET(72) NUMBITS(1) [],
|
||||||
Ptr OFFSET(80) NUMBITS(48) []
|
Ptr OFFSET(80) NUMBITS(48) [],
|
||||||
],
|
],
|
||||||
NotificationCap [ // @todo replace with Event
|
NotificationCap [ // @todo replace with Event
|
||||||
Badge OFFSET(0) NUMBITS(64) [],
|
Badge OFFSET(0) NUMBITS(64) [],
|
||||||
|
@ -135,7 +135,7 @@ register_bitfields! {
|
||||||
],
|
],
|
||||||
CanReceive OFFSET(69) NUMBITS(1) [],
|
CanReceive OFFSET(69) NUMBITS(1) [],
|
||||||
CanSend OFFSET(70) NUMBITS(1) [],
|
CanSend OFFSET(70) NUMBITS(1) [],
|
||||||
Ptr OFFSET(80) NUMBITS(48) []
|
Ptr OFFSET(80) NUMBITS(48) [],
|
||||||
],
|
],
|
||||||
ReplyCap [
|
ReplyCap [
|
||||||
TCBPtr OFFSET(0) NUMBITS(64) [],
|
TCBPtr OFFSET(0) NUMBITS(64) [],
|
||||||
|
@ -143,7 +143,7 @@ register_bitfields! {
|
||||||
value = 8
|
value = 8
|
||||||
],
|
],
|
||||||
ReplyCanGrant OFFSET(126) NUMBITS(1) [],
|
ReplyCanGrant OFFSET(126) NUMBITS(1) [],
|
||||||
ReplyMaster OFFSET(127) NUMBITS(1) []
|
ReplyMaster OFFSET(127) NUMBITS(1) [],
|
||||||
],
|
],
|
||||||
CapNodeCap [
|
CapNodeCap [
|
||||||
Guard OFFSET(0) NUMBITS(64) [],
|
Guard OFFSET(0) NUMBITS(64) [],
|
||||||
|
@ -152,13 +152,13 @@ register_bitfields! {
|
||||||
],
|
],
|
||||||
GuardSize OFFSET(69) NUMBITS(6) [],
|
GuardSize OFFSET(69) NUMBITS(6) [],
|
||||||
Radix OFFSET(75) NUMBITS(6) [],
|
Radix OFFSET(75) NUMBITS(6) [],
|
||||||
Ptr OFFSET(81) NUMBITS(47) []
|
Ptr OFFSET(81) NUMBITS(47) [],
|
||||||
],
|
],
|
||||||
ThreadCap [
|
ThreadCap [
|
||||||
Type OFFSET(64) NUMBITS(5) [
|
Type OFFSET(64) NUMBITS(5) [
|
||||||
value = 12
|
value = 12
|
||||||
],
|
],
|
||||||
TCBPtr OFFSET(80) NUMBITS(48) []
|
TCBPtr OFFSET(80) NUMBITS(48) [],
|
||||||
],
|
],
|
||||||
IrqControlCap [
|
IrqControlCap [
|
||||||
Type OFFSET(64) NUMBITS(5) [
|
Type OFFSET(64) NUMBITS(5) [
|
||||||
|
|
Loading…
Reference in New Issue