/* * Copyright 2005, Ingo Weinhold . * All rights reserved. Distributed under the terms of the MIT License. */ #include #include status_t platform_init(struct kernel_args *kernelArgs) { return B_OK; }