OSAPI  0.29
Open System API
fs_type_link.h
1 // *****************************************************************************************
2 //
3 // File description:
4 //
5 // Author: Joao Costa
6 // Purpose: Type declarations for a link Element
7 //
8 // *****************************************************************************************
9 
10 #ifndef OSAPI_FS_TYPE_LINK_H_
11 #define OSAPI_FS_TYPE_LINK_H_
12 
13 // *****************************************************************************************
14 //
15 // Section: Import headers
16 //
17 // *****************************************************************************************
18 
19 // Standard C headers
20 
21 // General OSAPI headers
22 
23 // Import own headers
24 #include "fs/fs_platform.h"
25 #include "fs/type/fs_type_element.h"
26 
27 // *****************************************************************************************
28 //
29 // Section: Type definitions
30 //
31 // *****************************************************************************************
32 
33 
36 {
39 };
40 
41 typedef struct osapi_fs_link_S t_link;
42 
43 
44 
45 
46 #endif /* OSAPI_FS_TYPE_LINK_H_ */
osapi_fs_element_info_S
Structure containing the file system element generic information.
Definition: fs_type_elementInfo.h:36