#pragma once #include const uint64_t kYellowstoneGetAhci = 0x01; const uint64_t kYellowstoneGetRegistration = 0x02; struct YellowstoneGetReq { uint64_t type; }; struct YellowstoneGetRegistrationResp {};