repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
evbmips
/
malta
/
dev
/
gtvar.h
blob
e868e27e7de7b6ef481c81dce06859d667dc08e8
1
/* $NetBSD$ */
2
3
#ifndef _MALTA_GTVAR_H_
4
#define _MALTA_GTVAR_H_
5
6
#include <dev/pci/pcivar.h>
7
8
struct
gt_config
{
9
int
foo
;
10
};
11
12
#ifdef _KERNEL
13
void
gt_pci_init
(
pci_chipset_tag_t
,
struct
gt_config
*);
14
#endif
15
#endif
/* !_MALTA_GTVAR_H_ */