]> git.proxmox.com Git - qemu.git/blobdiff - tcg/ia64/tcg-target.h
janitor: add guards to headers
[qemu.git] / tcg / ia64 / tcg-target.h
index 91fe7a3b062209f127933e87abe76cd4b28d8f79..7f3401ecdd37bb4ca6eca5df7d601aa733fd9cf7 100644 (file)
@@ -22,6 +22,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#ifndef TCG_TARGET_IA64 
 #define TCG_TARGET_IA64 1
 
 /* We only map the first 64 registers */
@@ -158,3 +159,5 @@ static inline void flush_icache_range(tcg_target_ulong start,
     }
     asm volatile (";;sync.i;;srlz.i;;");
 }
+
+#endif