~ubuntu-branches/ubuntu/oneiric/rng-tools/oneiric

« back to all changes in this revision

Viewing changes to rngd_linux.h

  • Committer: Bazaar Package Importer
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2005-05-11 06:43:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050511064337-8o7u51mlv39fb7gv
Tags: 2-unofficial-mt.10-1
* "Last changes for Sarge (I hope)"
* The following changes warrant an upstream version bump:
+ Backport selected changes from rng-tools--hmh-devo--3.0--patch-80:
  + Upgrade udev and makedev versioned depends to require
    hwrng naming of the hardware random device
  + Attempt to makedev only "hwrng", deprecate all other device
    naming for hw_random and friends (closes: #308248)
+ Backport configure.ac tweaks, and call ./configure correctly
+ Backport s/TRNG/HRNG/ in all docs
+ Backport intel->intelfwh name change for Intel FWH profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/*
31
31
 * Initialize the interface to the Linux Kernel
32
32
 * entropy pool (through /dev/random)
33
 
 *
34
 
 * randomdev is the path to the random device
35
33
 */
36
 
extern void init_kernel_rng(const char* randomdev);
 
34
extern void init_kernel_rng( void );
37
35
 
38
36
/*
39
37
 * RNG data sink thread