X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fatm%2Fmpc.h;h=863ddf6079e1570f153d53ae302df01655a47841;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=c7b1108d01e4e7e1179ced05d5762f0f8e086eca;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/net/atm/mpc.h b/net/atm/mpc.h index c7b1108d0..863ddf607 100644 --- a/net/atm/mpc.h +++ b/net/atm/mpc.h @@ -11,10 +11,6 @@ /* kernel -> mpc-daemon */ int msg_to_mpoad(struct k_message *msg, struct mpoa_client *mpc); -/* Functions for ioctl(ATMMPC_*) operations */ -int atm_mpoa_mpoad_attach(struct atm_vcc *vcc, int arg); -int atm_mpoa_vcc_attach(struct atm_vcc *vcc, void __user *arg); - struct mpoa_client { struct mpoa_client *next; struct net_device *dev; /* lec in question */ @@ -51,6 +47,7 @@ struct atm_mpoa_qos *atm_mpoa_search_qos(uint32_t dst_ip); int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos); /* Display QoS entries. This is for the procfs */ -void atm_mpoa_disp_qos(char *page, ssize_t *len); +struct seq_file; +void atm_mpoa_disp_qos(struct seq_file *m); #endif /* _MPC_H_ */