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

/*	$NetBSD: ldseed.h,v 1.2 2022/10/08 16:12:50 christos Exp $	*/

#ifndef _LDSEED_H_INCLUDED_
#define _LDSEED_H_INCLUDED_

/*++
/* NAME
/*	ldseed 3h
/* SUMMARY
/*	seed for non-cryptographic applications
/* SYNOPSIS
/*	#include <ldseed.h>
/* DESCRIPTION
/* .nf

 /*
  * External interface.
  */
extern void ldseed(void *, size_t);

/* LICENSE
/* .ad
/* .fi
/*	The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/*	Wietse Venema
/*	Google, Inc.
/*	111 8th Avenue
/*	New York, NY 10011, USA
/*--*/

#endif