#pragma once #include #include #include class YellowstoneStub { public: explicit YellowstoneStub(z_cap_t yellowstone_cap); glcr::ErrorOr GetAhciConfig(); private: glcr::UniquePtr yellowstone_stub_; };