Files
mop3/kernel/device/pci/pci_xhci.h
kamkow1 4c4c10c61e
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 35s
Build documentation / build-and-deploy (push) Failing after 7s
organize device drivers into subdirectories
2026-03-31 15:56:30 +02:00

12 lines
309 B
C

#ifndef _KERNEL_DEVICE_PCI_XHCI_H
#define _KERNEL_DEVICE_PCI_XHCI_H
#include <device/pci/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