3 * Copyright (C) 2006-2014 wolfSSL Inc.
5 * This file is part of CyaSSL.
7 * CyaSSL is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * CyaSSL is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
26 #include <cyassl/ctaocrypt/visibility.h>
27 #include <cyassl/ctaocrypt/logging.h>
34 /*-----------------------------------------------------------------------------
35 * Initialize a Flash Memory Card
36 *----------------------------------------------------------------------------*/
37 static void init_filesystem (void) {
42 retv = fmount ("M0:");
44 printf ("Drive M0 ready!\n");
47 printf ("Drive M0 mount failed!\n");
51 printf ("Drive M0 initialization failed!\n");
54 extern void benchmark_test(void * arg) ;
55 extern void init_time(void) ;
57 /*-----------------------------------------------------------------------------
59 *----------------------------------------------------------------------------*/
67 printf("=== Start: Crypt Benchmark ===\n") ;
69 printf("=== End: Crypt Benchmark ===\n") ;