Module Name:    src
Committed By:   pooka
Date:           Fri Mar 27 13:47:53 UTC 2009

Modified Files:
        src/sys/rump/include/rump: rump.h

Log Message:
rump_virtif_create prototype


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/rump/include/rump/rump.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.11 src/sys/rump/include/rump/rump.h:1.12
--- src/sys/rump/include/rump/rump.h:1.11	Fri Mar 27 13:18:27 2009
+++ src/sys/rump/include/rump/rump.h	Fri Mar 27 13:47:53 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: rump.h,v 1.11 2009/03/27 13:18:27 pooka Exp $	*/
+/*	$NetBSD: rump.h,v 1.12 2009/03/27 13:47:53 pooka Exp $	*/
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -137,6 +137,8 @@
 /* I picked the wrong header to stop sniffin' glue */
 int rump_syspuffs_glueinit(int, int *);
 
+int rump_virtif_create(int);
+
 typedef int (*rump_sysproxy_t)(int, void *, uint8_t *, size_t, register_t *);
 int		rump_sysproxy_set(rump_sysproxy_t, void *);
 

Reply via email to