nkeynes@1006: /** nkeynes@1006: * $Id: xir.h 931 2008-10-31 02:57:59Z nkeynes $ nkeynes@1006: * nkeynes@1006: * x86/x86-64 target support nkeynes@1006: * nkeynes@1006: * Copyright (c) 2009 Nathan Keynes. nkeynes@1006: * nkeynes@1006: * This program is free software; you can redistribute it and/or modify nkeynes@1006: * it under the terms of the GNU General Public License as published by nkeynes@1006: * the Free Software Foundation; either version 2 of the License, or nkeynes@1006: * (at your option) any later version. nkeynes@1006: * nkeynes@1006: * This program is distributed in the hope that it will be useful, nkeynes@1006: * but WITHOUT ANY WARRANTY; without even the implied warranty of nkeynes@1006: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nkeynes@1006: * GNU General Public License for more details. nkeynes@1006: */ nkeynes@1006: nkeynes@1006: #ifndef lxdream_x86target_H nkeynes@1006: #define lxdream_x86target_H nkeynes@1006: nkeynes@1006: extern struct xlat_target_machine x86_target_machine; nkeynes@1006: nkeynes@1006: nkeynes@1006: #endif /* !lxdream_x86target_H */