NetBSD/sys/rump/include/rump-sys
pooka 09c0762f99 Allocate struct cpu_info dynamically. Saves quite a lot of BSS in the
common case and reduces rump kernel memory requirements by 10% or more
in really tiny deployments.
2016-02-08 18:18:19 +00:00
..
dev.h
kern_if.h
kern.h Allocate struct cpu_info dynamically. Saves quite a lot of BSS in the 2016-02-08 18:18:19 +00:00
net_if.h
net.h
README
vfs_if.h
vfs.h

	$NetBSD: README,v 1.1 2016/01/26 23:12:17 pooka Exp $

This directory contains files which are kernel-internal interfaces
provided by rump kernels.  Like any other NetBSD kernel interfaces,
they may change as long as __NetBSD_Version__ is bumped at the
same time.