mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
13 lines
232 B
C
13 lines
232 B
C
|
/*
|
||
|
* 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
|
||
|
|