c: osPiRawStartDma

This commit is contained in:
Mittenshugg
2020-08-04 19:38:58 -05:00
parent 361b12c500
commit 2134cfe8df
11 changed files with 137 additions and 209 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
shopt -s globstar
if [ "$#" -ne "1" ];
then
echo "usage: $0 name"
exit 1
fi
#echo "Replace $1 with $2?"
#read
grep -r "$1" asm/**/*.s src/**/*.c lib/**/*.{c,s} include/*.h data/dkr.data.s undefined_syms.txt