mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 05:58:36 -04:00
Update CyaSSL to latest version.
This commit is contained in:
parent
5fcd270398
commit
3d007d0b4b
445 changed files with 162375 additions and 26182 deletions
14
FreeRTOS-Plus/Source/CyaSSL/mqx/util_lib/Sources/util.h
Normal file
14
FreeRTOS-Plus/Source/CyaSSL/mqx/util_lib/Sources/util.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/* util.h */
|
||||
|
||||
#ifndef UTIL_H_
|
||||
#define UTIL_H_
|
||||
|
||||
int sdcard_open(MQX_FILE_PTR *com_handle, MQX_FILE_PTR *sdcard_handle,
|
||||
MQX_FILE_PTR *partman_handle, MQX_FILE_PTR *filesystem_handle,
|
||||
char *partman_name, char *filesystem_name);
|
||||
|
||||
int sdcard_close(MQX_FILE_PTR *sdcard_handle, MQX_FILE_PTR *partman_handle,
|
||||
MQX_FILE_PTR *filesystem_handle,
|
||||
char *partman_name, char *filesystem_name);
|
||||
|
||||
#endif /* UTIL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue