#!/bin/sh
echo .ifndef $1_H
echo .define $1_H
grep 'ps_' $1 | \
cat

#sed s/'          '/'=0x'/
echo .endif
