/* * Copyright 2007, Travis Geiselbrecht. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _KERNEL_ARCH_x86_COMMPAGE_H #define _KERNEL_ARCH_x86_COMMPAGE_H status_t commpage_init(void); #endif