]> git.proxmox.com Git - mirror_qemu.git/blobdiff - def-helper.h
block: move include files to include/block/
[mirror_qemu.git] / def-helper.h
index b98ff69e4e96594fbc27ca2042f233c079cad406..022a9ceb6a2bb56f76ba2a2e271654067980d807 100644 (file)
 #define DEF_HELPER_5(name, ret, t1, t2, t3, t4, t5) \
     DEF_HELPER_FLAGS_5(name, 0, ret, t1, t2, t3, t4, t5)
 
+/* MAX_OPC_PARAM_IARGS must be set to n if last entry is DEF_HELPER_FLAGS_n. */
+
 #endif /* DEF_HELPER_H */
 
 #ifndef GEN_HELPER