This repository has been archived on 2023-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

15 lines
185 B
C

/*
* pci/pci.h
*
* Common internal header file
*/
#ifndef PCI_PCI_H
#include <sys/pci.h>
#include <sys/cpu.h>
extern enum pci_config_type __pci_cfg_type;
#endif /* PCI_PCI_H */