]> git.proxmox.com Git - qemu.git/blobdiff - target-cris/crisv32-decode.h
Merge remote-tracking branch 'luiz/queue/qmp' into staging
[qemu.git] / target-cris / crisv32-decode.h
index ed141de0b79f7c3193bd208062c817b3395bb9cc..cdba3778175ae08fae3f59d2d8899608225d843f 100644 (file)
@@ -17,6 +17,8 @@
  * You should have received a copy of the GNU Lesser General Public
  * 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