headers/bsd: Add sys/queue.h.
[haiku.git] / src / system / kernel / arch / ppc / arch_commpage.cpp
blobc3ed804dfa0c78927a65398ef8f46244bd518039
1 /*
2 * Copyright 2007, Travis Geiselbrecht. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
6 #include <commpage.h>
8 #include <string.h>
10 #include <KernelExport.h>
12 #include <cpu.h>
13 #include <smp.h>
16 status_t
17 arch_commpage_init(void)
19 /* no optimized memcpy or anything yet */
20 /* we don't use it for syscall yet either */
21 return B_OK;
25 status_t
26 arch_commpage_init_post_cpus(void)
28 return B_OK;