bundletype
OSEnvPanic_T


bundletype OSEnvPanic_T = { include "${OSKITDIR}/oskit/dev/dev.h"
osenv_panic
osenv_vpanic }

C types:

void osenv_panic(const char *fmt,...) __attribute__((__noreturn__));
void osenv_vpanic(const char *fmt,void *vl) __attribute__((__noreturn__));

Extended by:

Exported by:
OSEnv, osenv_layer, osenv_panic

Imported by:
freebsd_net, linux_dev, linux_devices, linux_ether_support, linux_fs_base, netbsd_fs, osenv_device, osenv_driver, osenv_isa, osenv_logobj, osenv_timer


Rendered using Haskell HTML Combinators