10 lines
286 B
C
10 lines
286 B
C
|
/*
|
||
|
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||
|
** Distributed under the terms of the OpenBeOS License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_x86_VM_TRANSLATION_MAP_H
|
||
|
#define _KERNEL_ARCH_x86_VM_TRANSLATION_MAP_H
|
||
|
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_x86_VM_TRANSLATION_MAP_H */
|