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

This commit is contained in:
Olivier Houchard 2013-02-26 20:01:05 +00:00
parent 486179737a
commit d99fd70143

View File

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