File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -482,6 +482,8 @@ function get_type(string)
482
482
return " sizeof(u16)"
483
483
} else if (string == " u_int32_t" || string == " uint32_t" ) {
484
484
return " sizeof(u32)"
485
+ } else if (string == " u_int64_t" || string == " uint64_t" ) {
486
+ return " sizeof(u64)"
485
487
} else if (string ~ /\* $ /) {
486
488
return " sizeof(uptr)"
487
489
} else if (string == " off_t" ) {
@@ -623,6 +625,10 @@ function get_type(string)
623
625
return " struct_RF_ProgressInfo_sz"
624
626
} else if (string == " nvlist_ref_t" ) {
625
627
return " struct_nvlist_ref_sz"
628
+ } else if (string == " spi_ioctl_transfer_t" ) {
629
+ return " struct_spi_ioctl_transfer_sz"
630
+ } else if (string == " spi_ioctl_configure_t" ) {
631
+ return " struct_spi_ioctl_configure_sz"
626
632
} else {
627
633
print " Unrecognized entry: " string
628
634
print " Aborting"
You can’t perform that action at this time.
0 commit comments