Commit 5a09064d authored by Alessandro Rubini's avatar Alessandro Rubini

wrc.h: add prototype for __div64_32

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent a9966510
......@@ -51,4 +51,7 @@ int rtipc_init(void);
void rts_update(void);
void rtipc_action(void);
/* div64.c, lifted from the linux kernel through pp_printf or ppsi */
extern uint32_t __div64_32(uint64_t *n, uint32_t base);
#endif /* __WRC_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment