aboutsummaryrefslogtreecommitdiffstats
path: root/name.sh
blob: 562e0b44385d1c4cd337251d7eb8c12af6477811 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

TYPE="$1"
INPUT="linux-input.h"

awk "
	/EV_VERSION/	{ next };
	/_MAX/		{ next };
	/#define $1_/	{ printf(\"\t[ %-16s ] = \\\"%s\\\",\n\", \$2, \$2); }
" < $INPUT