--- zzzz-none-000/linux-2.6.32.61/include/linux/ppp_channel.h 2013-06-10 09:43:48.000000000 +0000 +++ virian-300e-630/linux-2.6.32.61/include/linux/ppp_channel.h 2011-07-20 07:23:51.000000000 +0000 @@ -72,6 +72,10 @@ /* Get the unit number associated with a channel, or -1 if none */ extern int ppp_unit_number(struct ppp_channel *); +#if (defined(CONFIG_IFX_PPA_API) || defined(CONFIG_IFX_PPA_API_MODULE)) +extern int32_t ppa_ppp_get_info(struct net_device *ppp_dev, uint32_t ppp_info_id, void *value); +#endif + /* * SMP locking notes: * The channel code must ensure that when it calls ppp_unregister_channel,