vfs: check userland buffers before reading them.
[haiku.git] / headers / private / system / arch / ppc / arch_commpage_defs.h
blobd2cd8cbe6c044907fdc2e6b66c46dd201b816749
1 /*
2 * Copyright 2007, Travis Geiselbrecht. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _SYSTEM_ARCH_PPC_COMMPAGE_DEFS_H
6 #define _SYSTEM_ARCH_PPC_COMMPAGE_DEFS_H
8 #ifndef _SYSTEM_COMMPAGE_DEFS_H
9 # error Must not be included directly. Include <commpage_defs.h> instead!
10 #endif
12 #define COMMPAGE_ENTRY_PPC_SYSCALL (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 0)
13 #define COMMPAGE_ENTRY_PPC_MEMCPY (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 1)
15 #endif /* _SYSTEM_ARCH_PPC_COMMPAGE_DEFS_H */