rtems-libbsd: sysinit for TCP/IP
Kevin Polulak
kpolulak at gmail.com
Wed May 30 00:19:58 UTC 2012
I am quite curious as to how we are going to use SYSINIT to initialize the
TCP/IP stack. My best guess would be to use a SYSINIT wrapper API. As the
TCP/IP stack is initialized, whenever a SYSINIT function is encountered it
generates the appropriate RTEMS-init functions. For instance:
void some_freebsd_sysinit_function(void) {
do_some_rtems_init_stuff();
do_more_rtems_init_stuff();
}
Is that how the USB stack works or is my understanding of SYSINIT
completely off?
--
- Kevin Polulak (soh_cah_toa)
- http://cybercrud.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20120529/d3344576/attachment-0001.html>
More information about the devel
mailing list