cregit-Linux how code gets into the kernel

Release 4.11 drivers/net/wan/lmc/lmc_proto.h

#ifndef _LMC_PROTO_H_

#define _LMC_PROTO_H_

#include <linux/hdlc.h>

void lmc_proto_attach(lmc_softc_t *sc);
int lmc_proto_ioctl(lmc_softc_t *sc, struct ifreq *ifr, int cmd);
int lmc_proto_open(lmc_softc_t *sc);
void lmc_proto_close(lmc_softc_t *sc);
__be16 lmc_proto_type(lmc_softc_t *sc, struct sk_buff *skb);
void lmc_proto_netif(lmc_softc_t *sc, struct sk_buff *skb);


static inline lmc_softc_t* dev_to_sc(struct net_device *dev) { return (lmc_softc_t *)dev_to_hdlc(dev)->priv; }

Contributors

PersonTokensPropCommitsCommitProp
Krzysztof Hałasa2288.00%150.00%
Linus Torvalds (pre-git)312.00%150.00%
Total25100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)7573.53%133.33%
Krzysztof Hałasa2625.49%133.33%
Al Viro10.98%133.33%
Total102100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.