Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
/* $NetBSD: Lint_bswap16.c,v 1.3 2001/02/27 19:04:40 cgd Exp $ */ /* Written by Manuel Bouyer. Public Domain */ #include <sys/types.h> /*ARGSUSED*/ /*LINTED prototype mismatch */ u_int16_t bswap16(b16) u_int16_t b16; { return 0; }