1 /* orckit_quirks.h ...... fix quirks in orckit adsl modems
2 * mulix <mulix@actcom.co.il>
4 * $Id: orckit_quirks.h,v 1.2 2001/11/23 03:42:51 quozl Exp $
7 #ifndef INC_ORCKIT_QUIRKS_H_
8 #define INC_ORCKIT_QUIRKS_H_
10 #include "pptp_options.h"
11 #include "pptp_ctrl.h"
14 /* return 0 on success, non zero otherwise */
16 orckit_atur3_build_hook(struct pptp_out_call_rqst
* packt
);
18 /* return 0 on success, non zero otherwise */
20 orckit_atur3_set_link_hook(struct pptp_set_link_info
* packet
,
23 /* return 0 on success, non zero otherwise */
25 orckit_atur3_start_ctrl_conn_hook(struct pptp_start_ctrl_conn
* packet
);
27 #endif /* INC_ORCKIT_QUIRKS_H_ */