Adoption of Travis' PPC code. Changed where needed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5071 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
||||
** Distributed under the terms of the OpenBeOS License.
|
||||
*/
|
||||
#ifndef _KERNEL_ARCH_PPC_VM_TRANSLATION_MAP_H
|
||||
#define _KERNEL_ARCH_PPC_VM_TRANSLATION_MAP_H
|
||||
|
||||
#include <arch/vm_translation_map.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
void ppc_translation_map_change_asid(vm_translation_map *map);
|
||||
|
||||
#endif /* _KERNEL_ARCH_PPC_VM_TRANSLATION_MAP_H */
|
||||
Reference in New Issue
Block a user