XHCI baby steps!
This commit is contained in:
11
kernel/device/pci_xhci.h
Normal file
11
kernel/device/pci_xhci.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _KERNEL_DEVICE_PCI_XHCI_H
|
||||
#define _KERNEL_DEVICE_PCI_XHCI_H
|
||||
|
||||
#include <device/pci_info.h>
|
||||
#include <libk/std.h>
|
||||
#include <proc/proc.h>
|
||||
#include <proc/reschedule.h>
|
||||
|
||||
bool pci_xhci_init (struct proc* proc, struct reschedule_ctx* rctx, struct pci_info pci_info);
|
||||
|
||||
#endif // _KERNEL_DEVICE_PCI_XHCI_H
|
||||
Reference in New Issue
Block a user