--- zzzz-none-000/linux-2.6.32.60/include/linux/ppp_channel.h 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/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,