/* $MirOS: contrib/hosted/fwcf/sysdeps.h,v 1.2 2006/09/26 10:25:03 tg Exp $ */

/*
 * This file is part of the FreeWRT project. FreeWRT is copyrighted
 * material, please see the LICENCE file in the top-level directory
 * or at http://www.freewrt.org/licence for details.
 */

#ifndef SYSDEPS_H
#define SYSDEPS_H

#include <sys/types.h>

void pull_rndata(u_int8_t *, size_t);
void push_rndata(u_int8_t *, size_t);

#endif