root/sys/arch/evbmips/malta/dev/gtvar.h
/*      $NetBSD: gtvar.h,v 1.1 2002/03/07 14:44:05 simonb Exp $ */

#ifndef _MALTA_GTVAR_H_
#define _MALTA_GTVAR_H_

#include <dev/pci/pcivar.h>

struct gt_config {
        int foo;
};

#ifdef _KERNEL
void    gt_pci_init(pci_chipset_tag_t, struct gt_config *);
#endif
#endif /* !_MALTA_GTVAR_H_ */