Search
lxdream.org :: lxdream/src/sh4/sh4xir.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4xir.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: x86op.h 973 2009-01-13 11:56:28Z nkeynes $
     3  * 
     4  * Declarations for the SH4 -> IR decoder.
     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_sh4xir_H
    20 #define lxdream_sh4xir_H 1
    22 #include "xlat/xir.h"
    23 #include "xlat/xlat.h"
    25 /**
    26  * SH4 source description
    27  */
    28 extern struct xlat_source_machine sh4_source_machine_desc;
    30 /**
    31  * Mapping from register number to names
    32  */
    33 extern struct xlat_source_machine sh4_source_machine_desc;
    35 #endif /* !lxdream_sh4xir_H */
.