9 lines
249 B
C
9 lines
249 B
C
|
/*
|
||
|
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||
|
** Distributed under the terms of the OpenBeOS License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_PPC_THREAD_H
|
||
|
#define _KERNEL_ARCH_PPC_THREAD_H
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_PPC_THREAD_H */
|