libsysdecode: Grab some more ioctl definitions from CAM

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2022-06-30 10:22:38 -04:00
parent 333670372f
commit ec014502ee

View file

@ -70,6 +70,7 @@ BEGIN {
print "#include <netinet6/ip6_mroute.h>"
print "#include <stdio.h>"
print "#include <cam/cam.h>"
print "#include <cam/scsi/scsi_pass.h>"
print "#include <stdbool.h>"
print "#include <stddef.h>"
print "#include <stdint.h>"