Commit b9eb3b04 authored by Tristan Gingold's avatar Tristan Gingold

wrpc.h: declare ppi_static and ppg_static

To avoid many redeclarations
parent 1ce9244c
......@@ -117,4 +117,8 @@ static inline void wrc_ptp_set_leapsec(int leapsec)
{
TOPS(INST(ppg, 0))->set_utc_offset(NULL, leapsec, 0, 0);
}
extern struct pp_globals ppg_static;
extern struct pp_instance ppi_static;
#endif /* __WRPC_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