blob: 47ea233019429dac5a09f9fd2a282c4c2a2c67fe [file] [log] [blame]
#!/bin/sh
rm -f gdevs.h
echo >gdevs.h
for dev in $*
do
echo d\(gs_${dev}_device\) >>gdevs.h
done