#include <oskit/dev/freebsd.h>void oskit_freebsd_init(void);
OSComponent
Initializes the support code for FreeBSD device drivers.Currently the oskit_freebsd_init_driver routines take care of invoking any required freebsd device initialization functions, including this one. This may change in the future.