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

/* Unix platform.h for EK */

#include <stdio.h>
#include <sys/stat.h>

#ifndef IBUFLEN
#define IBUFLEN  4096			/* File input buffer size */
#endif /* IBUFLEN */

#ifndef OBUFLEN
#define OBUFLEN  8192                   /* File output buffer size */
#endif /* OBUFLEN */