~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/s390/net/qeth_l3.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
int qeth_l3_add_rxip(struct qeth_card *, enum qeth_prot_versions, const u8 *);
63
63
void qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions,
64
64
                        const u8 *);
65
 
int qeth_l3_set_large_send(struct qeth_card *, enum qeth_large_send_types);
66
 
int qeth_l3_set_rx_csum(struct qeth_card *, enum qeth_checksum_types);
67
65
int qeth_l3_is_addr_covered_by_ipato(struct qeth_card *, struct qeth_ipaddr *);
68
66
 
69
67
#endif /* __QETH_L3_H__ */