Export vfp_init() prototype, for use in the MP code.

This commit is contained in:
cognet 2013-02-26 20:01:05 +00:00
parent f7d7c01cb9
commit 032f2b4696

View File

@ -124,5 +124,6 @@
#define COPROC10 (0x3 << 20)
#define COPROC11 (0x3 << 22)
void vfp_init(void);
#endif