Import missing enum declaration in pci_host_generic header file

Other files including pci_host_generic.h failed to compile
due to missing declaration of enum pci_id_type.

Obtained from:         Semihalf
Submitted by:          Michal Stanek <mst@semihalf.com>
Sponsored by:          Annapurna Labs
Reviewed by:           wma
Differential Revision: https://reviews.freebsd.org/D7561
This commit is contained in:
Wojciech Macek 2016-09-06 15:11:37 +00:00
parent d8f1c69cc2
commit aab9fdaf6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305479

View File

@ -34,6 +34,8 @@
#ifndef __PCI_HOST_GENERIC_H_
#define __PCI_HOST_GENERIC_H_
#include "pci_if.h"
#define MAX_RANGES_TUPLES 16
#define MIN_RANGES_TUPLES 2