Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
change the visibility of pci_ide_km_rsp_dispatcher to pub.
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Longlong <[email protected]>
  • Loading branch information
longlongyang authored and jyao1 committed Nov 4, 2023
1 parent 63fd7a5 commit 161f9e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub const PCI_IDE_KM_INSTANCE: VendorDefinedStruct = VendorDefinedStruct {
vendor_context: 0,
};

fn pci_ide_km_rsp_dispatcher(
pub fn pci_ide_km_rsp_dispatcher(
_vendor_context: usize,
vendor_defined_req_payload_struct: &VendorDefinedReqPayloadStruct,
) -> SpdmResult<VendorDefinedRspPayloadStruct> {
Expand Down

0 comments on commit 161f9e0

Please sign in to comment.