Initial import of OsmocomBB into git repository
[osmocom-bb.git] / src / target / firmware / calypso / dsp_bootcode.c
1 /* Calypso integrated DSP boot code */
2
3 #define _SA_DECL (const uint16_t *)&(const uint16_t [])
4
5 /* We don't really need any DSP boot code, it happily works with its own ROM */
6 static const struct dsp_section *dsp_bootcode = NULL;
7
8 #undef _SA_DECL
9