Search
lxdream.org :: lxdream/src/xlat/x86/x86target.h :: diff
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
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/xlat/x86/x86target.h Tue Apr 07 10:55:03 2009 +0000
1.3 @@ -0,0 +1,25 @@
1.4 +/**
1.5 + * $Id: xir.h 931 2008-10-31 02:57:59Z nkeynes $
1.6 + *
1.7 + * x86/x86-64 target support
1.8 + *
1.9 + * Copyright (c) 2009 Nathan Keynes.
1.10 + *
1.11 + * This program is free software; you can redistribute it and/or modify
1.12 + * it under the terms of the GNU General Public License as published by
1.13 + * the Free Software Foundation; either version 2 of the License, or
1.14 + * (at your option) any later version.
1.15 + *
1.16 + * This program is distributed in the hope that it will be useful,
1.17 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.19 + * GNU General Public License for more details.
1.20 + */
1.21 +
1.22 +#ifndef lxdream_x86target_H
1.23 +#define lxdream_x86target_H
1.24 +
1.25 +extern struct xlat_target_machine x86_target_machine;
1.26 +
1.27 +
1.28 +#endif /* !lxdream_x86target_H */
.