1 #ifndef SHELL_IOS_H_
2 #define SHELL_IOS_H_
3 
4 char* ios_get_home(void);
5 char* ios_get_temp(void);
6 char* ios_get_data(void);
7 char* ios_get_cache(void);
8 
9 #endif
10