1/*
2 * Copyright 2009 Haiku Inc.
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5#ifndef _KERNEL_ARCH_MIPSEL_KTYPES_H
6#define _KERNEL_ARCH_MIPSEL_KTYPES_H
7
8typedef unsigned long addr;
9
10#endif /* _KERNEL_ARCH_MIPSEL_KTYPES_H */
11
12