xref: /haiku/src/add-ons/kernel/drivers/network/ether/intel22x/glue.c (revision 1454f3c27aec3e7879a58e7cedc9d66d90c773a7)
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