sysdeps.h 422 B

1234567891011121314151617
  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. __BEGIN_DECLS
  10. void pull_rndata(uint8_t *, size_t);
  11. void push_rndata(uint8_t *, size_t);
  12. __END_DECLS
  13. #endif