/* * Copyright 2007, Travis Geiselbrecht. All rights reserved. * Distributed under the terms of the MIT License. */ #include #include #include #include #include #include status_t arch_commpage_init(void) { return B_OK; } status_t arch_commpage_init_post_cpus(void) { return B_OK; }