bsp/qoriq: Fix warning

This commit is contained in:
Sebastian Huber
2015-03-17 08:48:47 +01:00
parent 3e3684ba59
commit 093bfdecc7

View File

@@ -68,6 +68,9 @@ int qoriq_if_intercom_attach_detach(
);
#endif
/* Internal SMP startup function */
void qoriq_start_thread(void);
void *bsp_idle_thread( uintptr_t ignored );
#define BSP_IDLE_TASK_BODY bsp_idle_thread