sysdeps.h 396 B

123456789101112131415
  1. /* $MirOS: contrib/hosted/fwcf/sysdeps.h,v 1.2 2006/09/26 10:25:03 tg Exp $ */
  2. /*
  3. * This file is part of the FreeWRT project. FreeWRT is copyrighted
  4. * material, please see the LICENCE file in the top-level directory
  5. * or at http://www.freewrt.org/licence for details.
  6. */
  7. #ifndef SYSDEPS_H
  8. #define SYSDEPS_H
  9. void pull_rndata(uint8_t *, size_t);
  10. void push_rndata(uint8_t *, size_t);
  11. #endif