vfs: check userland buffers before reading them.
[haiku.git] / headers / private / kernel / arch / sh4 / thread_struct.h
blobe36c52cde3dbe8944962d800a97b71c4c25b0f67
1 /*
2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _NEWOS_KERNEL_ARCH_SH4_THREAD_STRUCT_H
6 #define _NEWOS_KERNEL_ARCH_SH4_THREAD_STRUCT_H
8 // architecture specific thread info
9 struct arch_thread {
10 unsigned int *sp;
13 struct arch_proc {
16 #endif