Commit b7cd7e37 authored by Alessandro Rubini's avatar Alessandro Rubini

general: make NP() deprecated

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 15c56131
......@@ -89,6 +89,9 @@ static inline struct DSTimeProperties *DSPRO(struct pp_instance *ppi)
}
/* We used to have a "netpath" structure. Keep this until we merge pdelay */
static struct pp_instance *NP(struct pp_instance *ppi)
__attribute__((deprecated));
static inline struct pp_instance *NP(struct pp_instance *ppi)
{
return ppi;
......
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