1/*
2** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3** Distributed under the terms of the NewOS License.
4*/
5#ifndef _PPC_KTYPES_H
6#define _PPC_KTYPES_H
7
8typedef unsigned long addr;
9
10#endif
11
12