707b65bd16
Latest version of all scripts/makefile but rtcd_defs.sh is empty, all existing functions are still selected using the old/current way. Change-Id: Ib92946a48a31d6c8d1d7359eca524bc1d3e66174
7 lines
91 B
Bash
7 lines
91 B
Bash
common_forward_decls() {
|
|
cat <<EOF
|
|
struct blockd;
|
|
EOF
|
|
}
|
|
forward_decls common_forward_decls
|