shell_ios.h 156 B

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