xref: /haiku/src/add-ons/kernel/drivers/network/ether/intel22x/glue.c (revision 4c8e85b316c35a9161f5a1c50ad70bc91c83a76f)
1 /*
2  * Copyright 2021, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 
6 
7 #include <sys/bus.h>
8 
9 
10 HAIKU_FBSD_DRIVER_GLUE(intel22x, igc, pci);
11 HAIKU_DRIVER_REQUIREMENTS(0);
12 NO_HAIKU_FBSD_MII_DRIVER();
13 NO_HAIKU_CHECK_DISABLE_INTERRUPTS();
14 NO_HAIKU_REENABLE_INTERRUPTS();
15