Generate xlat/*.in files

Automatically convert xlat structures from *.c files to xlat/*.in files
using "./generate_xlat_in.sh *.c" command.
diff --git a/block.c b/block.c
index 58f4215..b281b1a 100644
--- a/block.c
+++ b/block.c
@@ -79,11 +79,7 @@
 #define BLKSECDISCARD _IO(0x12,125)
 #endif
 
-static const struct xlat blkpg_ops[] = {
-	XLAT(BLKPG_ADD_PARTITION),
-	XLAT(BLKPG_DEL_PARTITION),
-	XLAT_END
-};
+#include "xlat/blkpg_ops.h"
 
 static void
 print_blkpg_req(struct tcb *tcp, struct blkpg_ioctl_arg *blkpg)