Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$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_ */