xref: /netbsd-src/sys/rump/include/rump-sys/net_if.h (revision 00e5ca99e706e85dc95d4036c086063fce5205a8)
1 /*	$NetBSD: net_if.h,v 1.2 2016/01/26 23:25:40 pooka Exp $	*/
2 
3 /*
4  * Automatically generated.  DO NOT EDIT.
5  * from: NetBSD: rumpnet.ifspec,v 1.4 2016/01/26 23:22:22 pooka Exp
6  * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp
7  */
8 
9 #ifndef _RUMP_PRIF_NET_H_
10 #define _RUMP_PRIF_NET_H_
11 
12 int rump_shmif_create(const char *, int *);
13 typedef int (*rump_shmif_create_fn)(const char *, int *);
14 
15 #endif /* _RUMP_PRIF_NET_H_ */
16