NetBurner 3.5.6
PDF Version
dev_test.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5/* Device tests implementation */
6#ifndef _DEV_TEST_H
7#define _DEV_TEST_H
8
9#include <effs_fat/fat.h>
10
11#ifdef __cplusplus
12extern "C"
13{
14#endif
15
16 int SpeedTest(char *pFileName, unsigned int size = 1024);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* _DEV_TEST_H */