1 /* 2 * Copyright 2007, Travis Geiselbrecht. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef _SYSTEM_ARCH_MIPSEL_COMMPAGE_DEFS_H 6 #define _SYSTEM_ARCH_MIPSEL_COMMPAGE_DEFS_H 7 8 #warning IMPLEMENT COMMPAGE 9 10 #ifndef _SYSTEM_COMMPAGE_DEFS_H 11 # error Must not be included directly. Include <commpage_defs.h> instead! 12 #endif 13 14 #define COMMPAGE_ENTRY_MIPSEL_SYSCALL (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 0) 15 #define COMMPAGE_ENTRY_MIPSEL_MEMCPY (COMMPAGE_ENTRY_FIRST_ARCH_SPECIFIC + 1) 16 17 #endif /* _SYSTEM_ARCH_MIPSEL_COMMPAGE_DEFS_H */ 18 19