Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
#ifndef WIN32_IO_H
#define WIN32_IO_H

extern	void	InitSockets(void);
extern	void	connection_reset_fix(SOCKET fd, sockaddr_u *addr);

#endif /* WIN32_IO_H */