/* * Copyright 2009 Jonas Sundström, jonas@kirilla.com * Copyright 2009 Johannes Wischert, johanneswi@gmail.com * Distributed under the terms of the MIT License. */ #include status_t arch_commpage_init(void) { #warning IMPLEMENT arch_commpage_init return B_ERROR; } status_t arch_commpage_init_post_cpus(void) { #warning IMPLEMENT arch_commpage_init_post_cpus return B_ERROR; }