home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / rng-810.zip / rand.h < prev    next >
C/C++ Source or Header  |  1994-01-24  |  1KB  |  35 lines

  1. /*
  2.  RANDDRV.SYS random number driver for RNG-810 random # or similar.
  3.  Copyright (C) 1994 Paul Elliot
  4.  
  5.  This program is free software; you can redistribute it and/or
  6.  modify it under the terms of the GNU General Public License
  7.  as published by the Free Software Foundation; either version 2
  8.  of the License, or (at your option) any later version.
  9.  
  10.  This program is distributed in the hope that it will be useful,
  11.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  GNU General Public License for more details.
  14.  
  15.  You should have received a copy of the GNU General Public License
  16.  along with this program; if not, write to the Free Software
  17.  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19. Paul.Elliott@Hrnowl.LoneStar.Org
  20.  
  21. Paul Elliott
  22.  
  23. 3986 South Gessner #224 Houston TX 77063
  24.  
  25. */
  26. typedef char far * myfp;
  27.  
  28. extern "C" {
  29. extern near int block(unsigned long time,unsigned int dhflag);
  30. extern near void TimerOn(void);
  31. extern near void TimerOff(void);
  32. extern near void PhysToVirt( dword phystovirt,int length, myfp far * far virtaddr);
  33. };
  34.  
  35.