summaryrefslogtreecommitdiff
path: root/sys/rump/include/rump-sys/net_if.h
blob: 8310d4cafc4cc16b5f8ba394952c8c4776a6ed01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$NetBSD: net_if.h,v 1.2 2016/01/26 23:25:40 pooka Exp $	*/

/*
 * Automatically generated.  DO NOT EDIT.
 * from: NetBSD: rumpnet.ifspec,v 1.4 2016/01/26 23:22:22 pooka Exp 
 * by:   NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp 
 */

#ifndef _RUMP_PRIF_NET_H_
#define _RUMP_PRIF_NET_H_

int rump_shmif_create(const char *, int *);
typedef int (*rump_shmif_create_fn)(const char *, int *);

#endif /* _RUMP_PRIF_NET_H_ */