]> git.proxmox.com Git - qemu.git/blobdiff - target-cris/crisv32-decode.h
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
[qemu.git] / target-cris / crisv32-decode.h
index a8042ab491c656857420234b0158d7d482c41f08..cdba3778175ae08fae3f59d2d8899608225d843f 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
+#ifndef CRISV32_DECODE_H
+#define CRISV32_DECODE_H 1
 
 /* Convenient binary macros.  */
 #define HEX__(n) 0x##n##LU
 
 #define DEC_FTAG_FIDX_D_M {B8(10101011), B8(11111111)}
 #define DEC_FTAG_FIDX_I_M {B8(11010011), B8(11111111)}
+
+#endif