summaryrefslogtreecommitdiff
path: root/sys/arch/pmppc/include/bus.h
blob: bb477d03c9f8176455ab9aad7fd31e215e4e865d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$NetBSD: bus.h,v 1.4 2003/11/07 17:00:19 augustss Exp $	*/

#ifndef _PMPPC_BUS_H_
#define _PMPPC_BUS_H_

extern struct powerpc_bus_space pmppc_mem_tag;
extern struct powerpc_bus_space pmppc_pci_io_tag;

void	pmppc_bus_space_mallocok(void);

#include <powerpc/bus.h>

#endif /* _PMPPC_BUS_H_ */