Skip to content

Commit

Permalink
Create 9001-fix1.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Mar 14, 2024
1 parent bd8a7dd commit 54570d1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 9001-fix1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From fa77eab17fdd8c38f2b336936c5833e359cfe12b Mon Sep 17 00:00:00 2001
From: Aditya Garg <[email protected]>
Date: Thu, 14 Mar 2024 08:50:23 +0530
Subject: [PATCH] Update vhci.h

---
vhci/vhci.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/vhci/vhci.h b/vhci/vhci.h
index 90641d1..8f4ea1d 100644
--- a/vhci/vhci.h
+++ b/vhci/vhci.h
@@ -44,5 +44,7 @@ void __exit bce_vhci_module_exit(void);

int bce_vhci_create(struct apple_bce_device *dev, struct bce_vhci *vhci);
void bce_vhci_destroy(struct bce_vhci *vhci);
+int bce_vhci_start(struct usb_hcd *hcd);
+void bce_vhci_stop(struct usb_hcd *hcd);

#endif //BCE_VHCI_H

0 comments on commit 54570d1

Please sign in to comment.