mqx
wolfcrypt_test
Sources
main.h
1
/* main.h */
2
3
#ifndef __main_h_
4
#define __main_h_
5
6
#include <mqx.h>
7
#include <bsp.h>
8
#include <fio.h>
9
#include <mfs.h>
10
#include <sdcard.h>
11
#include <spi.h>
12
#include <part_mgr.h>
13
14
#define MAIN_TASK 1
15
16
extern
void
Main_task (uint32_t);
17
void
wolfcrypt_test(
void
* args);
18
19
#endif
/* __main_h_ */
20
Generated by
1.8.14