Search
lxdream.org :: lxdream/src/xlat/x86/x86target.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/xlat/x86/x86target.h
changeset 1006:3a169c224c12
author nkeynes
date Tue Apr 07 10:55:03 2009 +0000 (15 years ago)
branchxlat-refactor
permissions -rw-r--r--
last change Commit current work-in-progress to xlat-refactor branch
view annotate diff log raw
     1 /**
     2  * $Id: xir.h 931 2008-10-31 02:57:59Z nkeynes $
     3  * 
     4  * x86/x86-64 target support
     5  *
     6  * Copyright (c) 2009 Nathan Keynes.
     7  *
     8  * This program is free software; you can redistribute it and/or modify
     9  * it under the terms of the GNU General Public License as published by
    10  * the Free Software Foundation; either version 2 of the License, or
    11  * (at your option) any later version.
    12  *
    13  * This program is distributed in the hope that it will be useful,
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16  * GNU General Public License for more details.
    17  */
    19 #ifndef lxdream_x86target_H
    20 #define lxdream_x86target_H
    22 extern struct xlat_target_machine x86_target_machine;
    25 #endif /* !lxdream_x86target_H */
.