/* $NetBSD: dev_net.h,v 1.4 1999/03/26 15:41:38 dbj Exp $ */ int net_open __P((struct open_file *, ...)); int net_close __P((struct open_file *)); int net_ioctl __P((struct open_file *, u_long, void *)); int net_strategy __P((void *, int , daddr_t , size_t, void *, size_t *)); pan='2'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/netiso/tp_seq.h
AgeCommit message (Expand)Author
2013-03-01Retire OSI network stack. OK core@joerg
2005-12-11Multiple inclusion protection, as suggested by christos@ on tech-kern@elad