• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _SKIP_ELX_CONTANTS_H_
2 #define _SKIP_ELX_CONTANTS_H_
3 
4 // Define a string array to store the paths to be skipped.
5 static const char *const skip_elx_path[] = {
6     "/data/service/el1",
7     "/data/service/el2",
8     "/data/service/el3",
9     "/data/service/el4",
10 };
11 
12 #endif