11.1Smacallan/* $NetBSD: iyonixvar.h,v 1.1 2019/02/14 21:47:52 macallan Exp $ */ 21.1Smacallan 31.1Smacallan#ifndef _IYONIXVAR_H_ 41.1Smacallan#define _IYONIXVAR_H_ 51.1Smacallan 61.1Smacallan#include <dev/pci/pcivar.h> 71.1Smacallan 81.1Smacallanvoid iyonix_pci_init(pci_chipset_tag_t, void *); 91.1Smacallanextern char iyonix_macaddr[]; 101.1Smacallan 111.1Smacallan#endif /* _IYONIXVAR_H_ */ 12