mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
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:
parent
d8f1c69cc2
commit
aab9fdaf6f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue