X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/ebb55b7e5f0b8f31328950ec383b77b208ffbb64..6942ebae59c3904674dce6b67cd07c43a3bbe00d:/lunaix-os/arch/x86/hal/pci.c diff --git a/lunaix-os/arch/x86/hal/pci.c b/lunaix-os/arch/x86/hal/pci.c index f1321b2..599abf7 100644 --- a/lunaix-os/arch/x86/hal/pci.c +++ b/lunaix-os/arch/x86/hal/pci.c @@ -1,5 +1,5 @@ #include -#include +#include #ifdef CONFIG_PCI_PMIO #define PCI_CONFIG_ADDR 0xcf8 @@ -19,15 +19,4 @@ pci_write_cspace(ptr_t base, int offset, pci_reg_t data) port_wrdword(PCI_CONFIG_DATA, data); } -#endif - -u16_t -pci_config_msi_data(int vector) { - return vector; -} - -ptr_t -pci_get_msi_base() { - return 0xFEE00000; -} - +#endif \ No newline at end of file